]> git.immae.eu Git - github/fretlink/purs-loader.git/blobdiff - package.json
Splitting PSC functionality into a separate plugin
[github/fretlink/purs-loader.git] / package.json
index b1ae01185d2a7664b6baa2624461e5cab479afac..3bcd03ff0db041462b5f3105f25ccd81e9b59d8b 100644 (file)
   },
   "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": {