From 4341f1219f783d96817a8445f927dd8493a73d44 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 2 Feb 2015 13:21:50 -0400 Subject: [PATCH] Set actions/index as the package main entry point --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d74a5926..a99003d3 100644 --- a/package.json +++ b/package.json @@ -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"