draft-js: Add package.json to reference immutable (#13667)

This commit is contained in:
Andy
2017-01-01 15:33:54 -08:00
committed by GitHub
parent 60b22cb239
commit d389dfdb83

5
draft-js/package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"immutable": "^3.8.1"
}
}