Skip to content

Commit b87a6ab

Browse files
committed
0.1.0
1 parent 05632a4 commit b87a6ab

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lancercomet/vue2-jsx-runtime",
3-
"version": "0.1.0-beta.4",
3+
"version": "0.1.0",
44
"description": "JSX runtime for Vue 2.",
55
"files": [
66
"dist/",
@@ -14,6 +14,7 @@
1414
"build": "rollup -c",
1515
"lint": "eslint ./lib/**",
1616
"test": "jest",
17+
"push": "npm run build && npm run test && npm publish",
1718
"prebuild": "npm run lint",
1819
"preversion": "npm run build && npm run test",
1920
"postbuild": "node ./post-build.js"

0 commit comments

Comments
 (0)