We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.eslintignore
1 parent b91c849 commit 60aa4c5Copy full SHA for 60aa4c5
.eslintignore
@@ -0,0 +1,4 @@
1
+bower_components
2
+browser
3
+coverage
4
+node_modules
package.json
@@ -4,7 +4,7 @@
"description": "Various utilities for JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).",
5
"main": "index.js",
6
"scripts": {
7
- "test": "node ./node_modules/gulp/bin/gulp.js test"
+ "test": "gulp test"
8
},
9
"author": {
10
"name": "Jeremy Whitlock",
0 commit comments