fix(npm): package distribution

This commit is contained in:
2018-07-08 22:30:21 +02:00
parent 698d5927cc
commit 8e8e2c7bd6
7 changed files with 548 additions and 109 deletions

View File

@@ -9,15 +9,14 @@
"license": "UNLICENSED",
"scripts": {
"test": "(tsrun test/test.ts)",
"build": "echo \"Not needed for now\"",
"build": "(npmts)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsrun": "^1.0.4",
"cz-conventional-changelog": "^2.1.0",
"tapbundle": "^1.0.13"
"@gitzone/tsrun": "^1.1.1",
"tapbundle": "^2.0.2"
},
"dependencies": {
"smartlog-interfaces": "^1.0.4"
"@pushrocks/smartlog-interfaces": "^1.0.9"
}
}