Skip to content

Commit

Permalink
npm install --save-dev gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpaxton authored and gunnaraasen committed Mar 16, 2016
1 parent 0c92b0e commit 00d4113
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
public
deploy
.*.swp
node_modules
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"license": "ISC",
"dependencies": {
"less": "^2.6.1"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}

0 comments on commit 00d4113

Please sign in to comment.