X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=b1ece7a295437a13925c094af7ee76a18829d183;hb=806d2915e6579d3dce38de8f2b40b85466ceda05;hp=5fc5a7f4153985758888ed8fc944caf0809aa149;hpb=7243be70a2163be2230a5f2739768137305a24ef;p=github%2Ffretlink%2Fpurs-loader.git diff --git a/package.json b/package.json index 5fc5a7f..b1ece7a 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "purs-loader", - "version": "2.0.0-rc.0", + "version": "2.4.0-beta.2", "description": "A webpack loader for PureScript.", - "main": "index.js", + "main": "lib/index.js", "files": [ "LICENSE", "README.md", - "index.js", - "src/index.js" + "src", + "lib" ], "scripts": { - "build": "babel src/index.js -o index.js", + "build": "babel src --out-dir lib", "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, @@ -38,10 +38,12 @@ "bluebird": "^3.3.5", "chalk": "^1.1.3", "cross-spawn": "^3.0.1", + "dargs": "^5.1.0", "debug": "^2.2.0", "globby": "^4.0.0", "js-string-escape": "^1.0.1", "loader-utils": "^0.2.14", + "lodash.difference": "^4.5.0", "promise-retry": "^1.1.0" }, "devDependencies": {