Skip to content

Commit 2dc8a1e

Browse files
committed
Update dependencies
1 parent 553da0b commit 2dc8a1e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
2+
"private": true,
23
"scripts": {
3-
"postinstall": "bower install",
4-
"build": "pulp test && rimraf docs && pulp docs"
4+
"clean": "rimraf output && rimraf .pulp-cache",
5+
"build": "pulp build -- --censor-lib --strict",
6+
"test": "pulp test"
57
},
68
"dependencies": {
79
"big-integer": "^1.6.27"
810
},
911
"devDependencies": {
1012
"bower": "^1.8.8",
11-
"pulp": "^13.0.0",
12-
"rimraf": "^2.5.2"
13+
"pulp": "^15.0.0",
14+
"rimraf": "^2.6.1"
1315
}
1416
}

0 commit comments

Comments
 (0)