fix(core): update

This commit is contained in:
2019-04-16 08:26:16 +02:00
parent 4f0923a4c1
commit 3e91a37247
8 changed files with 1720 additions and 527 deletions

View File

@@ -5,8 +5,8 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"build": "(npmts)"
"test": "tstest test/",
"build": "tsbuild"
},
"repository": {
"type": "git",
@@ -27,7 +27,10 @@
"opn": "^5.3.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tstest": "^1.0.20",
"@types/node": "^10.1.2",
"tapbundle": "^2.0.0"
}
}
},
"private": true
}