Set actions/index as the package main entry point

This commit is contained in:
Juan Cruz Viotti 2015-02-02 13:21:50 -04:00
parent 1edf594818
commit 4341f1219f

View File

@ -2,7 +2,7 @@
"name": "resin",
"version": "0.0.1",
"description": "Git Push to your devices",
"main": "./lib/app.coffee",
"main": "./lib/actions/index.coffee",
"repository": {
"type": "git",
"url": "git@bitbucket.org:rulemotion/resin-cli.git"