Skip to content

Commit 4bd57e3

Browse files
Move slash to dependencies...
1 parent 3245718 commit 4bd57e3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@
3434
"grunt-contrib-nodeunit": "~0.2.0",
3535
"grunt-contrib-copy": "~0.4.1",
3636
"grunt-filerev": "~0.1.0",
37-
"grunt": "~0.4.2",
38-
"slash": "~1.0.0"
37+
"grunt": "~0.4.2"
3938
},
4039
"peerDependencies": {
4140
"grunt": "~0.4.2"
4241
},
4342
"keywords": [
4443
"gruntplugin"
45-
]
44+
],
45+
"dependencies": {
46+
"slash": "~1.0.0"
47+
}
4648
}

0 commit comments

Comments
 (0)