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 1c863bd

Browse filesBrowse files
committed
4.0.0-rc.6
1 parent d5c0b0e commit 1c863bd
Copy full SHA for 1c863bd

File tree

Expand file treeCollapse file tree

3 files changed

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

3 files changed

+79
-79
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
@@ -1,6 +1,6 @@
11
{
22
"name": "immutable",
3-
"version": "4.0.0-rc.5",
3+
"version": "4.0.0-rc.6",
44
"description": "Immutable Data Collections",
55
"license": "MIT",
66
"homepage": "https://facebook.github.com/immutable-js",

‎pages/lib/runkit-embed.js

Copy file name to clipboardExpand all lines: pages/lib/runkit-embed.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ global.runIt = function runIt(button) {
1717
preamble:
1818
'const assert = (' +
1919
makeAssert +
20-
')(require("immutable@4.0.0-rc.5"));' +
20+
')(require("immutable@4.0.0-rc.6"));' +
2121
(options.preamble || ''),
2222
source: codeElement.textContent.replace(/\n(>[^\n]*\n?)+$/g, ''),
2323
minHeight: '52px',

0 commit comments

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