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 052f4617d5
commit 7e5c29a163
68 changed files with 68 additions and 68 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name" : "camera", "name" : "camera",
"main" : "camera.js", "main" : "camera",
"nativescript": {} "nativescript": {}
} }

View File

@ -1,6 +1,6 @@
{ {
"name" : "color", "name" : "color",
"main" : "color.js", "main" : "color",
"nativescript": {} "nativescript": {}
} }

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name" : "console", "name" : "console",
"main" : "console.js", "main" : "console",
"nativescript": {} "nativescript": {}
} }

View File

@ -1,4 +1,4 @@
{ {
"name" : "observable-array", "name" : "observable-array",
"main" : "observable-array.js" "main" : "observable-array"
} }

View File

@ -1,4 +1,4 @@
{ {
"name" : "observable", "name" : "observable",
"main" : "observable.js" "main" : "observable"
} }

View File

@ -1,4 +1,4 @@
{ {
"name" : "virtual-array", "name" : "virtual-array",
"main" : "virtual-array.js" "main" : "virtual-array"
} }

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name" : "fps-meter", "name" : "fps-meter",
"main" : "fps-meter.js", "main" : "fps-meter",
"nativescript": {} "nativescript": {}
} }

View File

@ -1,6 +1,6 @@
{ {
"name" : "globals", "name" : "globals",
"main" : "globals.js", "main" : "globals",
"nativescript": {} "nativescript": {}
} }

View File

@ -1,6 +1,6 @@
{ {
"name" : "http", "name" : "http",
"main" : "http.js", "main" : "http",
"nativescript": {} "nativescript": {}
} }

View File

@ -1,6 +1,6 @@
{ {
"name" : "image-source", "name" : "image-source",
"main" : "image-source.js", "main" : "image-source",
"nativescript": {} "nativescript": {}
} }

View File

@ -8,7 +8,7 @@
"pure" "pure"
], ],
"version": "0.1.14", "version": "0.1.14",
"main": "easysax.js", "main": "easysax",
"bugs": { "bugs": {
"url": "https://github.com/vflash/easysax/issues" "url": "https://github.com/vflash/easysax/issues"
}, },

View File

@ -2,7 +2,7 @@
"name": "esprima", "name": "esprima",
"description": "ECMAScript parsing infrastructure for multipurpose analysis", "description": "ECMAScript parsing infrastructure for multipurpose analysis",
"homepage": "http://esprima.org", "homepage": "http://esprima.org",
"main": "esprima.js", "main": "esprima",
"bin": { "bin": {
"esparse": "./bin/esparse.js", "esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js" "esvalidate": "./bin/esvalidate.js"

View File

@ -1,2 +1,2 @@
{ "name" : "polymer-expressions", { "name" : "polymer-expressions",
"main" : "polymer-expressions.js" } "main" : "polymer-expressions" }

View File

@ -1,6 +1,6 @@
{ {
"name" : "location", "name" : "location",
"main" : "location.js", "main" : "location",
"nativescript": {} "nativescript": {}
} }

View File

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

View File

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

View File

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

View File

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

View File

@ -1,2 +1,2 @@
{ "name" : "action-bar", { "name" : "action-bar",
"main" : "action-bar.js" } "main" : "action-bar" }

View File

@ -1,2 +1,2 @@
{ "name" : "activity-indicator", { "name" : "activity-indicator",
"main" : "activity-indicator.js" } "main" : "activity-indicator" }

View File

@ -1,2 +1,2 @@
{ "name" : "animation", { "name" : "animation",
"main" : "animation.js" } "main" : "animation" }

View File

@ -1,2 +1,2 @@
{ "name" : "border", { "name" : "border",
"main" : "border.js" } "main" : "border" }

View File

@ -1,2 +1,2 @@
{ "name" : "builder", { "name" : "builder",
"main" : "builder.js" } "main" : "builder" }

View File

@ -1,2 +1,2 @@
{ "name" : "button", { "name" : "button",
"main" : "button.js" } "main" : "button" }

View File

@ -1,2 +1,2 @@
{ "name" : "content-view", { "name" : "content-view",
"main" : "content-view.js" } "main" : "content-view" }

View File

@ -1,2 +1,2 @@
{ "name" : "date-picker", { "name" : "date-picker",
"main" : "date-picker.js" } "main" : "date-picker" }

View File

@ -1,2 +1,2 @@
{ "name" : "dialogs", { "name" : "dialogs",
"main" : "dialogs.js" } "main" : "dialogs" }

View File

@ -1,2 +1,2 @@
{ "name" : "editable-text-base", { "name" : "editable-text-base",
"main" : "editable-text-base.js" } "main" : "editable-text-base" }

View File

@ -1,2 +1,2 @@
{ "name" : "enums", { "name" : "enums",
"main" : "enums.js" } "main" : "enums" }

View File

@ -1,2 +1,2 @@
{ "name" : "frame", { "name" : "frame",
"main" : "frame.js" } "main" : "frame" }

View File

@ -1,2 +1,2 @@
{ "name" : "gestures", { "name" : "gestures",
"main" : "gestures.js" } "main" : "gestures" }

View File

@ -1,2 +1,2 @@
{ "name" : "html-view", { "name" : "html-view",
"main" : "html-view.js" } "main" : "html-view" }

View File

@ -1,2 +1,2 @@
{ "name" : "image-cache", { "name" : "image-cache",
"main" : "image-cache.js" } "main" : "image-cache" }

View File

@ -1,2 +1,2 @@
{ "name" : "image", { "name" : "image",
"main" : "image.js" } "main" : "image" }

View File

@ -1,2 +1,2 @@
{ "name" : "label", { "name" : "label",
"main" : "label.js" } "main" : "label" }

View File

@ -1,2 +1,2 @@
{ "name" : "absolute-layout", { "name" : "absolute-layout",
"main" : "absolute-layout.js" } "main" : "absolute-layout" }

View File

@ -1,2 +1,2 @@
{ "name" : "dock-layout", { "name" : "dock-layout",
"main" : "dock-layout.js" } "main" : "dock-layout" }

View File

@ -1,2 +1,2 @@
{ "name" : "grid-layout", { "name" : "grid-layout",
"main" : "grid-layout.js" } "main" : "grid-layout" }

View File

@ -1,2 +1,2 @@
{ "name" : "stack-layout", { "name" : "stack-layout",
"main" : "stack-layout.js" } "main" : "stack-layout" }

View File

@ -1,2 +1,2 @@
{ "name" : "wrap-layout", { "name" : "wrap-layout",
"main" : "wrap-layout.js" } "main" : "wrap-layout" }

View File

@ -1,2 +1,2 @@
{ "name" : "list-picker", { "name" : "list-picker",
"main" : "list-picker.js" } "main" : "list-picker" }

View File

@ -1,2 +1,2 @@
{ "name" : "list-view", { "name" : "list-view",
"main" : "list-view.js" } "main" : "list-view" }

View File

@ -1,2 +1,2 @@
{ "name" : "page", { "name" : "page",
"main" : "page.js" } "main" : "page" }

View File

@ -1,2 +1,2 @@
{ "name" : "placeholder", { "name" : "placeholder",
"main" : "placeholder.js" } "main" : "placeholder" }

View File

@ -1,2 +1,2 @@
{ "name" : "progress", { "name" : "progress",
"main" : "progress.js" } "main" : "progress" }

View File

@ -1,2 +1,2 @@
{ "name" : "proxy-view-container", { "name" : "proxy-view-container",
"main" : "proxy-view-container.js" } "main" : "proxy-view-container" }

View File

@ -1,2 +1,2 @@
{ "name" : "repeater", { "name" : "repeater",
"main" : "repeater.js" } "main" : "repeater" }

View File

@ -1,2 +1,2 @@
{ "name" : "scroll-view", { "name" : "scroll-view",
"main" : "scroll-view.js" } "main" : "scroll-view" }

View File

@ -1,2 +1,2 @@
{ "name" : "search-bar", { "name" : "search-bar",
"main" : "search-bar.js" } "main" : "search-bar" }

View File

@ -1,2 +1,2 @@
{ "name" : "segmented-bar", { "name" : "segmented-bar",
"main" : "segmented-bar.js" } "main" : "segmented-bar" }

View File

@ -1,2 +1,2 @@
{ "name" : "slider", { "name" : "slider",
"main" : "slider.js" } "main" : "slider" }

View File

@ -1,2 +1,2 @@
{ "name" : "styling", { "name" : "styling",
"main" : "styling.js" } "main" : "styling" }

View File

@ -1,2 +1,2 @@
{ "name" : "switch", { "name" : "switch",
"main" : "switch.js" } "main" : "switch" }

View File

@ -1,2 +1,2 @@
{ "name" : "ui/tab-view", { "name" : "ui/tab-view",
"main" : "tab-view.js" } "main" : "tab-view" }

View File

@ -1,2 +1,2 @@
{ "name" : "text-base", { "name" : "text-base",
"main" : "text-base.js" } "main" : "text-base" }

View File

@ -1,2 +1,2 @@
{ "name" : "text-field", { "name" : "text-field",
"main" : "text-field.js" } "main" : "text-field" }

View File

@ -1,2 +1,2 @@
{ "name" : "text-view", { "name" : "text-view",
"main" : "text-view.js" } "main" : "text-view" }

View File

@ -1,2 +1,2 @@
{ "name" : "time-picker", { "name" : "time-picker",
"main" : "time-picker.js" } "main" : "time-picker" }

View File

@ -1,2 +1,2 @@
{ "name" : "transition", { "name" : "transition",
"main" : "transition.js" } "main" : "transition" }

View File

@ -1,2 +1,2 @@
{ "name" : "web-view", { "name" : "web-view",
"main" : "web-view.js" } "main" : "web-view" }

View File

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

View File

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