X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=3bcd03ff0db041462b5f3105f25ccd81e9b59d8b;hb=63d6a244462d050e119bde54a7063bae8a17e987;hp=b1ae01185d2a7664b6baa2624461e5cab479afac;hpb=94cc1cdd03b9c2115813a698b1e4337bce894321;p=github%2Ffretlink%2Fpurs-loader.git diff --git a/package.json b/package.json index b1ae011..3bcd03f 100644 --- a/package.json +++ b/package.json @@ -10,18 +10,17 @@ }, "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": {