Fix package.json "main" settings and remove .js references.

This commit is contained in:
Hristo Deshev
2016-08-04 16:24:29 +03:00
parent 573ae3204d
commit 4f5b7aa771
68 changed files with 68 additions and 68 deletions

View File

@@ -1,5 +1,5 @@
{
"name" : "debugger",
"main" : "debugger.js",
"main" : "debugger",
"nativescript": {}
}