package.json in hauler-0.3.2 vs package.json in hauler-0.3.3

- old
+ new

@@ -1,19 +1,19 @@ { "name": "hauler", - "version": "0.3.2", + "version": "0.3.3", "description": "NodeJS binary for the hauler gem", "author": "Arturo Guzman @guzart", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/guzart/hauler.git" }, - "main": "src/index.js", + "main": "dist/index.js", "bin": { - "hauler-read-config": "src/bin/read-config.js", - "hauler-server": "src/bin/dev-server.js", - "hauler-update-scripts": "src/bin/update-scripts.js" + "hauler-read-config": "dist/bin/read-config.js", + "hauler-server": "dist/bin/dev-server.js", + "hauler-update-scripts": "dist/bin/update-scripts.js" }, "scripts": { "build": "npm-run-all clean generate_package compile", "clean": "rm -rf ./dist", "compile": "./node_modules/babel-cli/bin/babel.js --out-dir=./dist --ignore=./decls,**/__tests__ ./src",