BREAKING CHANGE(scope): update scope

This commit is contained in:
2018-10-06 15:38:55 +02:00
parent 79f78550ba
commit 17ecde59d5
15 changed files with 1033 additions and 503 deletions

View File

@@ -1,13 +1,15 @@
{
"name": "smartunique",
"name": "@pushrocks/smartunique",
"version": "2.0.0",
"private": false,
"description": "make things unique",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
"test": "(tstest test/)",
"build": "(tsbuild)"
},
"repository": {
"type": "git",
@@ -23,13 +25,16 @@
"TypeScript"
],
"devDependencies": {
"tapbundle": "^1.0.13"
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.4"
},
"dependencies": {
"@types/shortid": "^0.0.29",
"@types/uuid": "^3.0.0",
"shortid": "^2.2.8",
"typings-global": "^1.0.16",
"uuid": "^3.1.0"
}
}
}