forked from Commonjava/indy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change npm bin field to object type to fix merging deserialization issue
- Loading branch information
Showing
10 changed files
with
26 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ | |
"lib": "lib", | ||
"main": "./dist/node-jquery.js", | ||
"version": "1.5.1", | ||
"bin": "./lib/jquery.js", | ||
"_id": "[email protected]", | ||
"engines": { | ||
"node": "*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ | |
"lib": "lib", | ||
"main": "./dist/node-jquery.js", | ||
"version": "1.5.1", | ||
"bin": "./lib/jquery.js", | ||
"_id": "[email protected]", | ||
"engines": { | ||
"node": "*" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ | |
"contributors": false, | ||
"serverjs": false | ||
}, | ||
"bin": { "jquery": "./lib/jquery.js" }, | ||
"_id": "[email protected]", | ||
"devDependencies": {}, | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"author": "Trent Mick <[email protected]> (http://trentm.com)", | ||
"main": "./lib/json.js", | ||
"man": ["./man/man1/json.1"], | ||
"bin": "./lib/json.js", | ||
"bin": { "json": "./lib/json.js" }, | ||
"scripts": { | ||
"test": "make test" | ||
}, | ||
|
Binary file modified
BIN
+24 Bytes
(100%)
addons/pkg-npm/common/src/test/resources/tarball/version-bin-2.tgz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters