fix(core): update to latest standards

This commit is contained in:
2018-06-13 22:34:49 +02:00
parent 8c941fe1b7
commit 97bbb8b38b
15 changed files with 552 additions and 439 deletions

View File

@@ -5,7 +5,8 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
"test": "(npmts)",
"build": "echo \"Not needed for now\""
},
"repository": {
"type": "git",
@@ -24,7 +25,9 @@
"smartq": "^1.1.1"
},
"devDependencies": {
"tapbundle": "^1.0.14",
"@types/node": "^10.3.3",
"tapbundle": "^2.0.0",
"typings-test": "^1.0.3"
}
},
"private": true
}