We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2b3bb commit 84f09beCopy full SHA for 84f09be
package.json
@@ -1,12 +1,12 @@
1
{
2
"private": true,
3
"scripts": {
4
- "postinstall": "pulp dep install",
+ "postinstall": "bower install",
5
"build": "jshint src && pulp build && rimraf docs && pulp docs"
6
},
7
"devDependencies": {
8
"jshint": "^2.8.0",
9
- "pulp": "^4.0.2",
+ "pulp": "^8.2.1",
10
"rimraf": "^2.4.1",
11
"stream-buffers": "^3.0.0"
12
}
0 commit comments