Browse Source

Fix test command

pull/1/head
Harish.K 9 years ago
parent
commit
991999d767
  1. 2
      package.json

2
package.json

@ -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",

Loading…
Cancel
Save