Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
package.json update bundledDependencies 6.0.x only
Browse files Browse the repository at this point in the history
(needed to support deprecated Node.js 4)
  • Loading branch information
Christopher J. Brody committed Jul 10, 2018
1 parent fdc2088 commit 9a90e0e
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,36 @@
"rewire": "^2.5.1"
},
"bundledDependencies": [
"abbrev",
"ansi",
"balanced-match",
"base64-js",
"big-integer",
"bplist-parser",
"brace-expansion",
"concat-map",
"cordova-common",
"cordova-registry-mapper",
"elementtree",
"glob",
"inflight",
"inherits",
"minimatch",
"node-uuid",
"nopt",
"once",
"path-is-absolute",
"plist",
"q",
"sax",
"semver",
"shelljs",
"winjs"
"underscore",
"unorm",
"winjs",
"wrappy",
"xmlbuilder",
"xmldom"
],
"author": "Apache Software Foundation",
"license": "Apache-2.0"
Expand Down

0 comments on commit 9a90e0e

Please sign in to comment.