From 63d6a244462d050e119bde54a7063bae8a17e987 Mon Sep 17 00:00:00 2001 From: eric thul Date: Fri, 25 Dec 2015 18:41:33 -0500 Subject: Splitting PSC functionality into a separate plugin The loader creates shim modules that reference their corresponding PureScript module that is bundled by the PureScript webpack plugin, which invokes `psc` and `psc-bundle`. Resolves #31 and resolves #32 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 0080d32..3bcd03f 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ }, "scripts": { "build": "npm run-script build:compile && npm run-script build:docs && npm run-script build:package", - "build:compile": "pulp build -o build", + "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", + "build:watch": "pulp -w build -o build --force", "build:json": "webpack --progress --colors --profile --bail --json > index.json", "prepublish": "npm run-script build" }, @@ -21,7 +21,6 @@ "index.js" ], "devDependencies": { - "pulp": "^4.3.0", "webpack": "^1.8.4" }, "dependencies": { -- cgit v1.2.3