Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit feaf0fc

Browse filesBrowse files
committed
Drop support for node v0.8.x
Installing all dependencies doesn't even work correctly on v0.8, and the release is no longer the minumum maintained version. If you need to use node v0.8.x, grab a bundled copy of `immutable.js` and include it directly.
1 parent a18350f commit feaf0fc
Copy full SHA for feaf0fc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"vinyl-source-stream": "^1.0.0"
8282
},
8383
"engines": {
84-
"node": ">=0.8.0"
84+
"node": ">=0.10.0"
8585
},
8686
"files": [
8787
"dist",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.