From 7ca78c525150c7948acad66f5e88224f7f6e3629 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 24 Dec 2014 12:55:14 -0400 Subject: [PATCH] Rename package.json main to the coffee version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 173582a9..60b762b9 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.js", + "main": "./lib/app.coffee", "repository": { "type": "git", "url": "git@bitbucket.org:rulemotion/resin-cli.git"