fix(core): update
This commit is contained in:
31
package.json
31
package.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@pushrocks/smartunique",
|
||||
"name": "@push.rocks/smartunique",
|
||||
"version": "3.0.5",
|
||||
"private": false,
|
||||
"description": "make things unique",
|
||||
@@ -9,7 +9,8 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "(tstest test/)",
|
||||
"build": "(tsbuild)"
|
||||
"build": "(tsbuild)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -25,20 +26,16 @@
|
||||
"TypeScript"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.24",
|
||||
"@gitzone/tsrun": "^1.2.12",
|
||||
"@gitzone/tstest": "^1.0.33",
|
||||
"@pushrocks/tapbundle": "^3.2.1",
|
||||
"@types/node": "^14.0.11",
|
||||
"tslint": "^6.1.2",
|
||||
"tslint-config-prettier": "^1.18.0"
|
||||
"@gitzone/tsbuild": "^2.1.66",
|
||||
"@gitzone/tsrun": "^1.2.44",
|
||||
"@gitzone/tstest": "^1.0.77",
|
||||
"@push.rocks/tapbundle": "^5.0.8",
|
||||
"@types/node": "^20.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/isounique": "^1.0.4",
|
||||
"@types/shortid": "0.0.29",
|
||||
"@types/uuid": "^8.0.0",
|
||||
"shortid": "^2.2.15",
|
||||
"uuid": "^8.1.0"
|
||||
"@types/uuid": "^9.0.2",
|
||||
"nanoid": "^4.0.2",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"files": [
|
||||
"ts/**/*",
|
||||
@@ -51,5 +48,9 @@
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
],
|
||||
"type": "module",
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user