Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LancerComet committed May 20, 2022
1 parent 05632a4 commit b87a6ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lancercomet/vue2-jsx-runtime",
"version": "0.1.0-beta.4",
"version": "0.1.0",
"description": "JSX runtime for Vue 2.",
"files": [
"dist/",
Expand All @@ -14,6 +14,7 @@
"build": "rollup -c",
"lint": "eslint ./lib/**",
"test": "jest",
"push": "npm run build && npm run test && npm publish",
"prebuild": "npm run lint",
"preversion": "npm run build && npm run test",
"postbuild": "node ./post-build.js"
Expand Down

0 comments on commit b87a6ab

Please sign in to comment.