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

Commit b805b0b

Browse files
author
Christopher J. Brody
committed
package.json update bundledDependencies in 4.0.x
(needed to support the deprecated Node.js 4 version)
1 parent 749d866 commit b805b0b

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

package.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,39 @@
3434
"xcode": "1.0.0"
3535
},
3636
"bundledDependencies": [
37+
"abbrev",
38+
"ansi",
39+
"balanced-match",
40+
"base64-js",
41+
"big-integer",
42+
"bplist-creator",
43+
"bplist-parser",
44+
"brace-expansion",
45+
"concat-map",
3746
"cordova-common",
47+
"cordova-registry-mapper",
48+
"elementtree",
49+
"glob",
50+
"inflight",
51+
"inherits",
52+
"minimatch",
3853
"nopt",
54+
"once",
55+
"path-is-absolute",
56+
"pegjs",
3957
"plist",
4058
"q",
59+
"sax",
60+
"shelljs",
61+
"simple-plist",
62+
"stream-buffers",
4163
"underscore",
4264
"unorm",
65+
"uuid",
66+
"wrappy",
4367
"xcode",
44-
"shelljs"
68+
"xmlbuilder",
69+
"xmldom"
4570
],
4671
"devDependencies": {
4772
"eslint": "^4.0.0",

0 commit comments

Comments
 (0)