Skip to content

Commit

Permalink
Merge pull request #28 from bascoder/27-fix-npm-test
Browse files Browse the repository at this point in the history
27 fix npm test
  • Loading branch information
mattyod committed Dec 12, 2016
2 parents f9001fd + b994517 commit 8478582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
text eol=lf
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -37,8 +37,8 @@
},
"scripts": {
"hooks": "chmod +x hooks/*; cd .git/hooks && ln -sf ../../hooks/* .",
"lint": "./node_modules/jshint/bin/jshint ./",
"jscs": "./node_modules/jscs/bin/jscs ./",
"lint": "node ./node_modules/jshint/bin/jshint ./",
"jscs": "node ./node_modules/jscs/bin/jscs ./",
"unit": "mocha test/unit",
"test": "npm run lint && npm run jscs && npm run unit"
}
Expand Down

0 comments on commit 8478582

Please sign in to comment.