From 4fb3f14cde756c7d352f72af0ebf5587b6e0d501 Mon Sep 17 00:00:00 2001 From: Antonio Laguna Date: Fri, 28 Jul 2017 11:20:03 +0200 Subject: [PATCH] Pointing to correct main --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21f1c0c..22efefb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "webslides", "version": "1.3.1", "description": "Making HTML presentations easy", - "main": "index.js", + "main": "static/js/webslides.js", "repository": { "type": "git", "url": "git+https://github.com/webslides/webslides.git"