8000 Deploy 40efbc31f7abcd9c26d714c9b5af0ba03b4dfcaa to NPM branch · retyui/immutable-js@ecc9fbf · GitHub
[go: up one dir, main page]

Skip to content

Commit ecc9fbf

Browse files
author
Travis CI
committed
Deploy 40efbc3 to NPM branch
1 parent b25fb07 commit ecc9fbf

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.11",
3+
"version": "4.0.0-rc.12",
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
@@ -5754,7 +5754,7 @@ function defaultConverter(k, v) {
57545754
return isKeyed(v) ? v.toMap() : v.toList();
57555755
}
57565756

5757-
var version = "4.0.0-rc.11";
5757+
var version = "4.0.0-rc.12";
57585758

57595759
var Immutable = {
57605760
version: version,

dist/immutable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5760,7 +5760,7 @@
57605760
return isKeyed(v) ? v.toMap() : v.toList();
57615761
}
57625762

5763-
var version = "4.0.0-rc.11";
5763+
var version = "4.0.0-rc.12";
57645764

57655765
var Immutable = {
57665766
version: version,

dist/immutable.min.js

Lines changed: 2 additions & 2 deletions
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.11",
3+
"version": "4.0.0-rc.12",
44
"description": "Immutable Data Collections",
55
"license": "MIT",
66
"homepage": "https://facebook.github.com/immutable-js",

0 commit comments

Comments
 (0)
0