Skip to content

Commit e0d7f61

Browse files
committed
Fix large-binary containing platform-package addition.
Adding the ios platform that contains a large binary file got 100% CPU usage and took about an hour when unpacking the file. The latest NPM package has this fixed (probably in release https://github.com/npm/npm/releases/tag/v1.4.13) Related discussions: npm/npm#4738 npm/npm#4955
1 parent c021aa5 commit e0d7f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"mkdirp": "0.3.5",
3535
"mute-stream": "0.0.4",
3636
"node-uuid": "1.4.1",
37-
"npm": "1.4.10",
37+
"npm": "1.4.26",
3838
"osenv": "0.1.0",
3939
"plistlib": "0.2.1",
4040
"progress-stream": "0.5.0",

0 commit comments

Comments
 (0)