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 553da0b commit 2dc8a1eCopy full SHA for 2dc8a1e
package.json
@@ -1,14 +1,16 @@
1
{
2
+ "private": true,
3
"scripts": {
- "postinstall": "bower install",
4
- "build": "pulp test && rimraf docs && pulp docs"
+ "clean": "rimraf output && rimraf .pulp-cache",
5
+ "build": "pulp build -- --censor-lib --strict",
6
+ "test": "pulp test"
7
},
8
"dependencies": {
9
"big-integer": "^1.6.27"
10
11
"devDependencies": {
12
"bower": "^1.8.8",
- "pulp": "^13.0.0",
- "rimraf": "^2.5.2"
13
+ "pulp": "^15.0.0",
14
+ "rimraf": "^2.6.1"
15
}
16
0 commit comments