X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=a5c031550e01b9752d32331644c568535e3c2e5f;hb=db384f0be544285fec61869020138100152d3037;hp=93248ae426eac07b77cec16a8f3e6084c2e2a012;hpb=52c33a912a2365ef9210778f9db3a0c207bb23d9;p=github%2Ffretlink%2Fpurs-loader.git diff --git a/package.json b/package.json index 93248ae..a5c0315 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purs-loader", - "version": "0.3.0", + "version": "0.6.0-beta.5", "description": "PureScript loader for webpack", "license": "MIT", "repository": "ethul/purs-loader", @@ -9,27 +9,22 @@ "email": "thul.eric@gmail.com" }, "scripts": { - "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": "npm run-script build:compile && npm run-script build:docs && npm run-script build:package", + "build:compile": "pulp build -o build --force", + "build:docs": "pulp docs", + "build:package": "webpack --progress --colors --profile --bail", + "build:watch": "pulp -w build -o build --force", + "build:json": "webpack --progress --colors --profile --bail --json > index.json", "prepublish": "npm run-script build" }, "files": [ "index.js" ], "devDependencies": { - "del": "^1.1.1", - "gulp": "^3.8.11", - "gulp-plumber": "^1.0.0", - "gulp-purescript": "^0.4.2", - "gulp-util": "^3.0.4", - "run-sequence": "^1.0.2", "webpack": "^1.8.4" }, "dependencies": { - "async": "^1.3.0", - "glob": "^5.0.3", - "loader-utils": "^0.2.6" + "debug": "^2.2.0", + "js-string-escape": "^1.0.1" } }