Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c23efbf8 authored by Adam Powers's avatar Adam Powers
Browse files

Merge pull request #45 from noherczeg/fix-npm-compatibility

Fix npm compatibility
parents 7d26dbc1 f2696c3a
No related branches found
No related tags found
No related merge requests found
sudo: false
language: node_js
node_js:
- 0.6
- 0.8
\ No newline at end of file
- 'iojs'
- '0.12'
- '0.10'
\ No newline at end of file
......@@ -28,7 +28,7 @@
"main": "./lib/jsonpath",
"dependencies": {},
"devDependencies": {
"nodeunit": "*"
"nodeunit": "0.9.0"
},
"scripts": {"test": "node_modules/nodeunit/bin/nodeunit test/test.*.js"}
"scripts": {"test": "./node_modules/.bin/nodeunit test"}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment