fixed transform-react-jsx-source devDep (#6697)

(cherry picked from commit 9ce54210ea)
This commit is contained in:
Keyan Zhang
2016-06-14 15:29:35 -07:00
committed by Paul O’Shannessy
parent 440543aa88
commit 7dbf29a10d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -23,6 +23,6 @@
"transform-es3-member-expression-literals",
"transform-es3-property-literals",
"./scripts/babel/transform-object-assign-require",
"babel-preset-react/node_modules/babel-plugin-transform-react-jsx-source"
"transform-react-jsx-source"
]
}
+1
View File
@@ -26,6 +26,7 @@
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
"babel-plugin-transform-es3-property-literals": "^6.5.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-plugin-transform-react-jsx-source": "^6.8.0",
"babel-preset-react": "^6.5.0",
"babel-traverse": "^6.9.0",
"babylon": "^6.8.0",