add new package to react preset package.json

This commit is contained in:
Henry Zhu
2016-06-22 12:13:42 -04:00
parent 9229225f21
commit 93299d9bc4

View File

@@ -13,6 +13,7 @@
"babel-plugin-transform-flow-strip-types": "^6.3.13",
"babel-plugin-transform-react-display-name": "^6.3.13",
"babel-plugin-transform-react-jsx": "^6.3.13",
"babel-plugin-transform-react-jsx-source": "^6.3.13"
"babel-plugin-transform-react-jsx-source": "^6.3.13",
"babel-plugin-transform-react-jsx-self": "^6.9.0"
}
}