Fix test command

This commit is contained in:
2017-02-08 16:57:59 +05:30
parent 2f16ae789f
commit 991999d767
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "A high-level utility which will will generate Knex query from a single JSON object.",
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
"test": "node test"
},
"repository": {
"type": "git",