Skip to content

Commit

Permalink
4.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Oct 18, 2017
1 parent 4585b0d commit 82d05a2
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 122 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "immutable",
"version": "4.0.0-rc.8",
"version": "4.0.0-rc.9",
"description": "Immutable Data Collections",
"license": "MIT",
"homepage": "https://facebook.github.com/immutable-js",
Expand Down
2 changes: 1 addition & 1 deletion pages/lib/runkit-embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ global.runIt = function runIt(button) {
preamble:
'const assert = (' +
makeAssert +
')(require("immutable@4.0.0-rc.8"));' +
')(require("immutable@4.0.0-rc.9"));' +
(options.preamble || ''),
source: codeElement.textContent.replace(/\n(>[^\n]*\n?)+$/g, ''),
minHeight: '52px',
Expand Down

0 comments on commit 82d05a2

Please sign in to comment.