diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index f8377c9..d8379cb 100644 --- a/package.json +++ b/package.json @@ -53,8 +53,8 @@ } ], "scripts": { - "pretest": "jshint ./lib/ ./data/", - "test": "cfx test -v" + "pretest": "jshint lib data", + "test": "jpm test -v" }, "jscsConfig": { "preset": "google", |