X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=1e823ae57b7cacf719a3fc3e832d3805f4387a02;hb=0af1d8ec5f4926a6ae2c7fb03db6b44f99443e35;hp=56c6b39b691cbc44922fb98c9fc6467ecf2d08ce;hpb=c194f84cab66fa6e18b78c32f9cdf2bddf8d1e68;p=github%2Ffretlink%2Fpurs-loader.git diff --git a/package.json b/package.json index 56c6b39..1e823ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purs-loader", - "version": "0.0.3", + "version": "0.1.0", "description": "PureScript loader for webpack", "license": "MIT", "repository": "ethul/purs-loader", @@ -12,7 +12,8 @@ "build": "npm run-script build:compile && npm run-script build:package", "build:compile": "gulp build", "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail", - "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json" + "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json", + "prepublish": "npm run-script build" }, "files": [ "index.js" @@ -21,7 +22,7 @@ "del": "^1.1.1", "gulp": "^3.8.11", "gulp-plumber": "^1.0.0", - "gulp-purescript": "^0.3.1", + "gulp-purescript": "^0.4.2", "gulp-util": "^3.0.4", "run-sequence": "^1.0.2", "webpack": "^1.8.4"