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,2 +1,2 @@
{ "name" : "html-view",
"main" : "html-view.js" }
"main" : "html-view" }