update to mongodb

This commit is contained in:
2018-07-10 00:02:04 +02:00
parent bdf33ed1ca
commit 191ea5d3c6
19 changed files with 153 additions and 586 deletions

View File

@@ -6,9 +6,9 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"test": "tsrun test/test.ts",
"testLocal": "(npmdocker)",
"build": "echo \"Not needed for now\""
"build": "(npmts)"
},
"repository": {
"type": "git",
@@ -32,15 +32,9 @@
"smartstring": "^2.0.28"
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.2",
"@types/node": "^10.5.2",
"@types/shelljs": "^0.8.0",
"qenv": "^1.1.7",
"shelljs": "^0.8.2",
"tapbundle": "^2.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}