update to mongodb
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user