Skip to content

Commit

Permalink
version 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hanako-eo committed Jun 28, 2022
1 parent 6a22fe2 commit ee75712
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yeap",
"version": "1.0.0-alpha.1",
"version": "1.0.0-beta.1",
"description": "Magicless UI builder",
"main": "./lib/app.js",
"types": "./types/app.d.ts",
Expand All @@ -9,6 +9,9 @@
".": {
"default": "./lib/app.js"
},
"./app": {
"default": "./lib/app.js"
},
"./components": {
"default": "./lib/components.js"
},
Expand Down

0 comments on commit ee75712

Please sign in to comment.