Skip to content

Commit 84f09be

Browse files
committed
Remove pulp dep install from package.json
1 parent da2b3bb commit 84f09be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"private": true,
33
"scripts": {
4-
"postinstall": "pulp dep install",
4+
"postinstall": "bower install",
55
"build": "jshint src && pulp build && rimraf docs && pulp docs"
66
},
77
"devDependencies": {
88
"jshint": "^2.8.0",
9-
"pulp": "^4.0.2",
9+
"pulp": "^8.2.1",
1010
"rimraf": "^2.4.1",
1111
"stream-buffers": "^3.0.0"
1212
}

0 commit comments

Comments
 (0)