aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authoreric thul <thul.eric@gmail.com>2015-08-11 20:27:04 -0400
committereric thul <thul.eric@gmail.com>2015-08-11 20:27:04 -0400
commitfa01c5a4cb42d80ac147dc5ab512a0795dbe14da (patch)
tree8bdb1f4c24a31c7fd5c69fcd804e8428ae6c49b6 /package.json
parenteae2e182cec2d521166e5775294b52300c42f069 (diff)
downloadpurs-loader-fa01c5a4cb42d80ac147dc5ab512a0795dbe14da.tar.gz
purs-loader-fa01c5a4cb42d80ac147dc5ab512a0795dbe14da.tar.zst
purs-loader-fa01c5a4cb42d80ac147dc5ab512a0795dbe14da.zip
Moving files to match module
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
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": {