diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/package.json b/package.json index bcf7820..0775c1b 100644 --- a/package.json +++ b/package.json | |||
@@ -10,7 +10,8 @@ | |||
10 | }, | 10 | }, |
11 | "scripts": { | 11 | "scripts": { |
12 | "build": "npm run-script build:compile && npm run-script build:package", | 12 | "build": "npm run-script build:compile && npm run-script build:package", |
13 | "build:compile": "gulp build", | 13 | "build:compile": "./node_modules/.bin/pulp build -o build", |
14 | "build:watch": "./node_modules/.bin/pulp -w build -o build", | ||
14 | "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail", | 15 | "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail", |
15 | "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json", | 16 | "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json", |
16 | "prepublish": "npm run-script build" | 17 | "prepublish": "npm run-script build" |
@@ -19,12 +20,7 @@ | |||
19 | "index.js" | 20 | "index.js" |
20 | ], | 21 | ], |
21 | "devDependencies": { | 22 | "devDependencies": { |
22 | "del": "^1.1.1", | 23 | "pulp": "^4.3.0", |
23 | "gulp": "^3.8.11", | ||
24 | "gulp-plumber": "^1.0.0", | ||
25 | "gulp-purescript": "^0.4.2", | ||
26 | "gulp-util": "^3.0.4", | ||
27 | "run-sequence": "^1.0.2", | ||
28 | "webpack": "^1.8.4" | 24 | "webpack": "^1.8.4" |
29 | }, | 25 | }, |
30 | "dependencies": { | 26 | "dependencies": { |