10000 Deploy f71ccd5db2016e0dbed72838ab81b931b5e90e9e to NPM branch · retyui/immutable-js@5765661 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5765661

Browse files
author
Travis CI
committed
Deploy f71ccd5 to NPM branch
1 parent 4681d4f commit 5765661

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bower.json

Lines 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.9",
3+
"version": "4.0.0-rc.10",
44
"description": "Immutable Data Collections",
55
"license": "MIT",
66
"homepage": "https://facebook.github.com/immutable-js",

dist/immutable.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5747,7 +5747,7 @@ function defaultConverter(k, v) {
57475747
return isKeyed(v) ? v.toMap() : v.toList();
57485748
}
57495749

5750-
var version = "4.0.0-rc.9";
5750+
var version = "4.0.0-rc.10";
57515751

57525752
var Immutable = {
57535753
version: version,

dist/immutable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5753,7 +5753,7 @@
57535753
return isKeyed(v) ? v.toMap() : v.toList();
57545754
}
57555755

5756-
var version = "4.0.0-rc.9";
5756+
var version = "4.0.0-rc.10";
57575757

57585758
var Immutable = {
57595759
version: version,

dist/immutable.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines 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.9",
3+
"version": "4.0.0-rc.10",
44
"description": "Immutable Data Collections",
55
"license": "MIT",
66
"homepage": "https://facebook.github.com/immutable-js",

0 commit comments

Comments
 (0)
0