Skip to content

Commit 3c9fb4a

Browse files
authored
Merge pull request #24 from williamboman/fix/immutable-dep
dep: downgrade immutable to ~3.7.4 to facilitate deduping
2 parents 2ff6789 + 3162bc9 commit 3c9fb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"detect-indent": "^4.0.0",
3939
"detect-newline": "^2.1.0",
4040
"ends-with": "^0.2.0",
41-
"immutable": "^3.8.1"
41+
"immutable": "3.x"
4242
},
4343
"devDependencies": {
4444
"babel-preset-es2015": "^6.6.0",

0 commit comments

Comments
 (0)