X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=a5c031550e01b9752d32331644c568535e3c2e5f;hb=db384f0be544285fec61869020138100152d3037;hp=b1ae01185d2a7664b6baa2624461e5cab479afac;hpb=94cc1cdd03b9c2115813a698b1e4337bce894321;p=github%2Ffretlink%2Fpurs-loader.git diff --git a/package.json b/package.json index b1ae011..a5c0315 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purs-loader", - "version": "0.4.0", + "version": "0.6.0-beta.5", "description": "PureScript loader for webpack", "license": "MIT", "repository": "ethul/purs-loader", @@ -10,24 +10,21 @@ }, "scripts": { "build": "npm run-script build:compile && npm run-script build:docs && npm run-script build:package", - "build:compile": "./node_modules/.bin/pulp build -o build", - "build:docs": "./node_modules/.bin/pulp docs", - "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail", - "build:watch": "./node_modules/.bin/pulp -w build -o build", - "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json", + "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": { - "pulp": "^4.3.0", "webpack": "^1.8.4" }, "dependencies": { - "async": "^1.3.0", - "chalk": "^1.1.0", - "glob": "^5.0.3", - "loader-utils": "^0.2.6" + "debug": "^2.2.0", + "js-string-escape": "^1.0.1" } }