BREAKING CHANGE(scope): change scope
This commit is contained in:
13
package.json
13
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user