Skip to content

Commit

Permalink
Move slash to dependencies...
Browse files Browse the repository at this point in the history
  • Loading branch information
joanniclaborde committed Oct 23, 2014
1 parent 3245718 commit 4bd57e3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-filerev": "~0.1.0",
"grunt": "~0.4.2",
"slash": "~1.0.0"
"grunt": "~0.4.2"
},
"peerDependencies": {
"grunt": "~0.4.2"
},
"keywords": [
"gruntplugin"
]
],
"dependencies": {
"slash": "~1.0.0"
}
}

0 comments on commit 4bd57e3

Please sign in to comment.