Skip to content

Commit 81f2109

Browse files
committed
added immutable as dev dep
1 parent 7af481c commit 81f2109

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"babel-register": "^6.7.2",
1515
"chai": "^3.5.0",
1616
"mocha": "^2.4.5",
17-
"webpack": "^1.12.14"
17+
"webpack": "^1.12.14",
18+
"immutable": "^3.7.6"
1819
},
1920
"scripts": {
2021
"test": "mocha tests --compilers js:babel-register --recursive --harmony_shipping ",

0 commit comments

Comments
 (0)