Skip to content

Commit 44dc899

Browse files
committed
v2.0.0
1 parent 904d397 commit 44dc899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-hyperscript-to-jsx",
3-
"version": "1.0.27",
3+
"version": "2.0.0",
44
"description": "This plugin transforms react-hyperscript into JSX",
55
"repository": "https://github.com/RIP21/babel-plugin-hyperscript-to-jsx",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@babel/core": "^7.8.4",
29-
"string-extract-class-names": "^4.0.6",
30-
"@babel/helper-plugin-utils": "^7.8.3"
29+
"@babel/helper-plugin-utils": "^7.8.3",
30+
"string-extract-class-names": "^4.0.6"
3131
}
3232
}

0 commit comments

Comments
 (0)