BREAKING CHANGE(scope): change scope

This commit is contained in:
2018-07-24 00:38:54 +02:00
parent 17ee48910d
commit 8575abf84d
10 changed files with 1077 additions and 305 deletions

View File

@@ -1,11 +1,13 @@
{
"name": "smartjson",
"name": "@pushrocks/smartjson",
"version": "1.0.1",
"private": true,
"description": "typed json handlers",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
},
"repository": {
"type": "git",
@@ -18,11 +20,10 @@
},
"homepage": "https://gitlab.com/pushrocks/smartjson#README",
"devDependencies": {
"smartchai": "^1.0.3",
"typings-test": "^1.0.3"
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1"
},
"dependencies": {
"lodash": "^4.17.4",
"typings-global": "^1.0.14"
"lodash": "^4.17.10"
}
}