Skip to content

Commit d806ef3

Browse files
committed
1.0.0
1 parent c3182e4 commit d806ef3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/babel-plugin-htm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-htm",
3-
"version": "0.5.2",
3+
"version": "1.0.0",
44
"description": "Babel plugin to compile htm's Tagged Template syntax to hyperscript or inline VNodes.",
55
"main": "dist/babel-plugin-htm.js",
66
"module": "dist/babel-plugin-htm.mjs",
@@ -30,7 +30,7 @@
3030
"license": "Apache-2.0",
3131
"homepage": "https://github.com/developit/htm/packages/babel-plugin-htm",
3232
"dependencies": {
33-
"htm": "^0.5.2",
33+
"htm": "^1.0.0",
3434
"jsdom": "^11.12.0"
3535
},
3636
"devDependencies": {

0 commit comments

Comments
 (0)