Point to a JavaScript file in package.json main property

This commit is contained in:
Juan Cruz Viotti 2015-05-18 09:35:10 -04:00
parent 1f8c610bb0
commit b78c48d89f

View File

@ -2,7 +2,7 @@
"name": "resin-cli",
"version": "0.10.6",
"description": "Git Push to your devices",
"main": "./lib/actions/index.coffee",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",
"repository": {
"type": "git",