remove NeDB and update to use MongoDB Atlas for testing

This commit is contained in:
2017-06-23 11:40:20 +02:00
parent a4f3f23bed
commit a934f3608f
20 changed files with 532 additions and 196 deletions

View File

@@ -1,13 +1,12 @@
{
"name": "smartdata",
"version": "1.0.22",
"version": "1.0.23",
"description": "do more with data",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npm run prepareMongo && npmts)",
"testLocal": "(npmdocker)",
"prepareMongo": "(rm -rf ./test/data && mkdir ./test/data/)"
"test": "(npmts)",
"testLocal": "(npmdocker)"
},
"repository": {
"type": "git",
@@ -25,13 +24,14 @@
"beautylog": "^6.1.10",
"lik": "^1.0.32",
"lodash": "^4.17.4",
"mongodb": "^2.2.28",
"mongodb": "^2.2.29",
"runtime-type-checks": "0.0.4",
"smartq": "^1.1.1",
"typings-global": "^1.0.17"
"typings-global": "^1.0.19"
},
"devDependencies": {
"@types/shelljs": "^0.7.2",
"qenv": "^1.1.7",
"shelljs": "^0.7.8",
"smartstring": "^2.0.24",
"tapbundle": "^1.0.14"