Skip to content

Commit 8f8a3a7

Browse files
committed
Bump new babel plugin version and add missing dep
1 parent 2ca2814 commit 8f8a3a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/babel-plugin-transform-jsx-to-htm/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-transform-jsx-to-htm",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Babel plugin to compile JSX to Tagged Templates.",
55
"main": "dist/babel-plugin-transform-jsx-to-htm.js",
66
"module": "dist/babel-plugin-transform-jsx-to-htm.mjs",
@@ -27,6 +27,10 @@
2727
"author": "Jason Miller <[email protected]>",
2828
"license": "Apache-2.0",
2929
"homepage": "https://github.com/developit/htm/tree/master/packages/babel-plugin-transform-jsx-to-htm",
30+
"dependencies": {
31+
"@babel/plugin-syntax-jsx": "^7.2.0",
32+
"htm": "^2.0.0"
33+
},
3034
"devDependencies": {
3135
"microbundle": "^0.10.1"
3236
}

0 commit comments

Comments
 (0)