diff options
author | eric thul <thul.eric@gmail.com> | 2015-04-12 11:08:05 -0400 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2015-04-12 11:24:24 -0400 |
commit | 464355c740940df632eef951c6c84eb2767b5ab3 (patch) | |
tree | 7502e52f50bc36c34ff83dc710c1e0904c90fdc5 /package.json | |
parent | c194f84cab66fa6e18b78c32f9cdf2bddf8d1e68 (diff) | |
download | purs-loader-464355c740940df632eef951c6c84eb2767b5ab3.tar.gz purs-loader-464355c740940df632eef951c6c84eb2767b5ab3.tar.zst purs-loader-464355c740940df632eef951c6c84eb2767b5ab3.zip |
Updating example and adding publishing
Resolves #7
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 56c6b39..d7e986f 100644 --- a/package.json +++ b/package.json | |||
@@ -12,7 +12,8 @@ | |||
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": "gulp build", |
14 | "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail", | 14 | "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail", |
15 | "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json" | 15 | "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json", |
16 | "prepublish": "npm run-script build" | ||
16 | }, | 17 | }, |
17 | "files": [ | 18 | "files": [ |
18 | "index.js" | 19 | "index.js" |