From d666343d50e11e6ef6bf907e6d63909ab3636f89 Mon Sep 17 00:00:00 2001 From: Jason Zhekov Date: Wed, 27 Apr 2016 15:05:37 +0300 Subject: [PATCH] Update package.json There is no `index.js` in the main folder and this breaks bundling. Related to: https://github.com/NativeScript/NativeScript/issues/1563 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 9678263..654edec 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "tns-core-modules-widgets", "version": "2.0.0", "description": "Native widgets used in the NativeScript framework.", - "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },