File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/babel-plugin-htm Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " htm" ,
3- "version" : " 1 .0.1 " ,
3+ "version" : " 2 .0.0 " ,
44 "description" : " The Tagged Template syntax for Virtual DOM. Only browser-compatible syntax." ,
55 "main" : " dist/htm.js" ,
66 "umd:main" : " dist/htm.umd.js" ,
1111 "build:preact" : " cd src/integrations/preact && npm run build" ,
1212 "build:babel" : " cd packages/babel-plugin-htm && npm run build" ,
1313 "test" : " eslint src/**/*.mjs test/**/*.mjs && npm run build && jest test" ,
14- "release" : " npm run build && git checkout --detach && git add -f babel dist preact && git commit -am \" $npm_package_version\" && git tag $npm_package_version && git push --tags && git checkout master "
14+ "release" : " npm t && git commit -am \" $npm_package_version\" && git tag $npm_package_version && git push && git push --tags "
1515 },
1616 "files" : [
1717 " dist" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-plugin-htm" ,
3- "version" : " 1 .0.1 " ,
3+ "version" : " 2 .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" ,
2929 "license" : " Apache-2.0" ,
3030 "homepage" : " https://github.com/developit/htm/tree/master/packages/babel-plugin-htm" ,
3131 "dependencies" : {
32- "htm" : " ^1 .0.0"
32+ "htm" : " ^2 .0.0"
3333 },
3434 "devDependencies" : {
35- "microbundle" : " ^0.6.0 "
35+ "microbundle" : " ^0.8.3 "
3636 }
3737}
You can’t perform that action at this time.
0 commit comments