Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
package.json update bundledDependencies in 4.0.x
Browse files Browse the repository at this point in the history
(needed to support the deprecated Node.js 4 version)
  • Loading branch information
Christopher J. Brody committed Jul 8, 2018
1 parent 85eb30b commit e0021a0
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,39 @@
"xcode": "1.0.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",
"minimatch",
"nopt",
"once",
"path-is-absolute",
"pegjs",
"plist",
"q",
"sax",
"shelljs",
"simple-plist",
"stream-buffers",
"underscore",
"unorm",
"uuid",
"wrappy",
"xcode",
"shelljs"
"xmlbuilder",
"xmldom"
],
"devDependencies": {
"eslint": "^4.0.0",
Expand Down

0 comments on commit e0021a0

Please sign in to comment.