Skip to content

Commit

Permalink
Fix filename case.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Apr 15, 2016
1 parent 850a815 commit 0948059
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ A tool to automate front-end development tasks and streamline prototyping.

````
"scripts": {
"butler": "node_modules/butler/node_modules/.bin/gulp --gulpfile node_modules/butler/gulpfile.js",
"develop": "node_modules/butler/node_modules/.bin/gulp --gulpfile node_modules/butler/gulpfile.js develop",
"linting": "node_modules/butler/node_modules/.bin/gulp --gulpfile node_modules/butler/gulpfile.js test",
"deploy": "node_modules/butler/node_modules/.bin/gulp --gulpfile node_modules/butler/gulpfile.js deploy"
"butler": "node_modules/butler/node_modules/.bin/gulp --gulpfile node_modules/butler/Gulpfile.js",
"develop": "node_modules/butler/node_modules/.bin/gulp --gulpfile node_modules/butler/Gulpfile.js develop",
"linting": "node_modules/butler/node_modules/.bin/gulp --gulpfile node_modules/butler/Gulpfile.js test",
"deploy": "node_modules/butler/node_modules/.bin/gulp --gulpfile node_modules/butler/Gulpfile.js deploy"
},
````
1. Add the `node_modules` directory to your project's .gitignore
Expand Down

0 comments on commit 0948059

Please sign in to comment.