]> git.immae.eu Git - github/fretlink/purs-loader.git/blobdiff - package.json
Add info about possibility to connect to existing `psc-ide-server`
[github/fretlink/purs-loader.git] / package.json
index 5fc5a7f4153985758888ed8fc944caf0809aa149..7b05947ebe074e09ef6cc40a2bded3ed9b93dd5f 100644 (file)
@@ -1,16 +1,16 @@
 {
   "name": "purs-loader",
-  "version": "2.0.0-rc.0",
+  "version": "2.0.1",
   "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,6 +38,7 @@
     "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",