mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix package.json "main" settings and remove .js references.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"pure"
|
||||
],
|
||||
"version": "0.1.14",
|
||||
"main": "easysax.js",
|
||||
"main": "easysax",
|
||||
"bugs": {
|
||||
"url": "https://github.com/vflash/easysax/issues"
|
||||
},
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "esprima",
|
||||
"description": "ECMAScript parsing infrastructure for multipurpose analysis",
|
||||
"homepage": "http://esprima.org",
|
||||
"main": "esprima.js",
|
||||
"main": "esprima",
|
||||
"bin": {
|
||||
"esparse": "./bin/esparse.js",
|
||||
"esvalidate": "./bin/esvalidate.js"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
{ "name" : "polymer-expressions",
|
||||
"main" : "polymer-expressions.js" }
|
||||
"main" : "polymer-expressions" }
|
||||
Reference in New Issue
Block a user