We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904d397 commit 44dc899Copy full SHA for 44dc899
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "babel-plugin-hyperscript-to-jsx",
3
- "version": "1.0.27",
+ "version": "2.0.0",
4
"description": "This plugin transforms react-hyperscript into JSX",
5
"repository": "https://github.com/RIP21/babel-plugin-hyperscript-to-jsx",
6
"license": "MIT",
@@ -26,7 +26,7 @@
26
},
27
"dependencies": {
28
"@babel/core": "^7.8.4",
29
- "string-extract-class-names": "^4.0.6",
30
- "@babel/helper-plugin-utils": "^7.8.3"
+ "@babel/helper-plugin-utils": "^7.8.3",
+ "string-extract-class-names": "^4.0.6"
31
}
32
0 commit comments