-
- Downloads
Merge pull request #45 from noherczeg/fix-npm-compatibility
Fix npm compatibility
No related branches found
No related tags found
... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
"main": "./lib/jsonpath", | "main": "./lib/jsonpath", | ||
"dependencies": {}, | "dependencies": {}, | ||
"devDependencies": { | "devDependencies": { | ||
"nodeunit": "*" | "nodeunit": "0.9.0" | ||
}, | }, | ||
"scripts": {"test": "node_modules/nodeunit/bin/nodeunit test/test.*.js"} | "scripts": {"test": "./node_modules/.bin/nodeunit test"} | ||
} | } |
Please register or sign in to comment