Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
use module name without path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
denar90 committed Jan 3, 2017
1 parent d906313 commit f170d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"url": "git@github.com:brunch/jade-brunch.git"
},
"scripts": {
"test": "node_modules/.bin/eslint index.js && node_modules/.bin/mocha"
"test": "eslint index.js && mocha"
},
"dependencies": {
"jade": "~1.11.0",
Expand Down

0 comments on commit f170d09

Please sign in to comment.