From 531c751fe5593750a377db38bcfaf9a5383ac661 Mon Sep 17 00:00:00 2001 From: eric thul Date: Sun, 12 Jun 2016 15:17:44 -0400 Subject: Reduce building of PureScript module map Resolves #59 and resolves #60 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 5fc5a7f..6c276ce 100644 --- a/package.json +++ b/package.json @@ -2,15 +2,15 @@ "name": "purs-loader", "version": "2.0.0-rc.0", "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" }, -- cgit v1.2.3