mirror of
https://github.com/harish2704/knex-json-query.git
synced 2026-09-10 12:51:08 +00:00
Fix test command
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
"description": "A high-level utility which will will generate Knex query from a single JSON object.",
|
"description": "A high-level utility which will will generate Knex query from a single JSON object.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha -R spec"
|
"test": "node test"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user