infer class name for classes that have static properties (#3589)

This commit is contained in:
Keyan Zhang
2016-07-22 06:50:03 -07:00
committed by Henry Zhu
parent a289dfbbab
commit 879f69f0fb
5 changed files with 18 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-function-name": "^6.8.0",
"babel-plugin-syntax-class-properties": "^6.8.0",
"babel-runtime": "^6.9.1"
},