Skip to content

Commit

Permalink
Update bundledDependencies in 4.5.x only
Browse files Browse the repository at this point in the history
(indirect production dependencies needed by deprecated Node.js 4.x)
  • Loading branch information
Christopher J. Brody committed Jul 11, 2018
1 parent bb5e061 commit 0dbad91
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,41 @@
"xml-escape": "1.1.0"
},
"bundledDependencies": [
"abbrev",
"ansi",
"balanced-match",
"base64-js",
"big-integer",
"bplist-creator",
"bplist-parser",
"brace-expansion",
"concat-map",
"cordova-common",
"cordova-registry-mapper",
"elementtree",
"glob",
"inflight",
"inherits",
"ios-sim",
"minimatch",
"nopt",
"once",
"path-is-absolute",
"plist",
"q",
"sax",
"shelljs",
"simctl",
"simple-plist",
"stream-buffers",
"tail",
"underscore",
"unorm",
"uuid",
"wrappy",
"xcode",
"xml-escape"
"xml-escape",
"xmlbuilder",
"xmldom"
]
}

0 comments on commit 0dbad91

Please sign in to comment.