Skip to content

Commit 60aa4c5

Browse files
committed
- Linting: Add .eslintignore
- npm: Simplify `test` script
1 parent b91c849 commit 60aa4c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.eslintignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
bower_components
2+
browser
3+
coverage
4+
node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Various utilities for JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).",
55
"main": "index.js",
66
"scripts": {
7-
"test": "node ./node_modules/gulp/bin/gulp.js test"
7+
"test": "gulp test"
88
},
99
"author": {
1010
"name": "Jeremy Whitlock",

0 commit comments

Comments
 (0)