diff options
author | eric <thul.eric@gmail.com> | 2015-08-11 21:23:46 -0400 |
---|---|---|
committer | eric <thul.eric@gmail.com> | 2015-08-11 21:23:46 -0400 |
commit | 7226ff961c104037e8e5d3705949e2e9d58a6727 (patch) | |
tree | 555547366ccadfe71689b95a6b16b855b6173364 /package.json | |
parent | eae2e182cec2d521166e5775294b52300c42f069 (diff) | |
parent | 07de44be15efb0ca9a2d1443ab1e91076a25409c (diff) | |
download | purs-loader-7226ff961c104037e8e5d3705949e2e9d58a6727.tar.gz purs-loader-7226ff961c104037e8e5d3705949e2e9d58a6727.tar.zst purs-loader-7226ff961c104037e8e5d3705949e2e9d58a6727.zip |
Merge pull request #27 from ethul/topic/issue-26
Topic/issue 26
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/package.json b/package.json index bcf7820..7871a67 100644 --- a/package.json +++ b/package.json | |||
@@ -9,9 +9,11 @@ | |||
9 | "email": "thul.eric@gmail.com" | 9 | "email": "thul.eric@gmail.com" |
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:docs && npm run-script build:package", |
13 | "build:compile": "gulp build", | 13 | "build:compile": "./node_modules/.bin/pulp build -o build", |
14 | "build:docs": "./node_modules/.bin/pulp docs", | ||
14 | "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail", | 15 | "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail", |
16 | "build:watch": "./node_modules/.bin/pulp -w build -o build", | ||
15 | "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json", | 17 | "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json", |
16 | "prepublish": "npm run-script build" | 18 | "prepublish": "npm run-script build" |
17 | }, | 19 | }, |
@@ -19,12 +21,7 @@ | |||
19 | "index.js" | 21 | "index.js" |
20 | ], | 22 | ], |
21 | "devDependencies": { | 23 | "devDependencies": { |
22 | "del": "^1.1.1", | 24 | "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" | 25 | "webpack": "^1.8.4" |
29 | }, | 26 | }, |
30 | "dependencies": { | 27 | "dependencies": { |