From d7abfcacb688ef528d53e834a99e20bc83c20c80 Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Wed, 13 Sep 2017 14:08:59 +0100 Subject: [PATCH] Use index.js as main entry point, refs #10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 231574a..8fad077 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "shins", "version": "2.0.1-1", "description": "Shins Is Not Slate", - "main": "arapaho.js", + "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },