Skip to content

Commit

Permalink
fix: change bin to relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Apr 10, 2019
1 parent d57f626 commit d9eb8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Eliminates unused CSS rules.",
"main": "./lib/nuke.js",
"bin": {
"nukecss": "bin/nukecss.js"
"nukecss": "./bin/nukecss.js"
},
"scripts": {
"start": "node ./bin/nukecss.js 'test/fixtures/*.@(js|html)' test/fixtures/content.css",
Expand Down

0 comments on commit d9eb8dd

Please sign in to comment.