Skip to content

Commit

Permalink
change version of studio
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Oct 27, 2021
1 parent a85fc91 commit 621f2a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/studio",
"version": "0.1.0",
"version": "0.0.1",
"description": "One place that allows you to develop an AsyncAPI document, validate it, convert it to the latest version, preview the documentation and visualize the events flow.",
"license": "Apache-2.0",
"homepage": "https://github.com/asyncapi/studio",
Expand Down Expand Up @@ -96,14 +96,14 @@
"semantic-release": "^18.0.0",
"typescript": "^4.4.3"
},
"publishConfig": {
"access": "public"
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!(monaco-editor)/)"
]
},
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
"master"
Expand Down

0 comments on commit 621f2a9

Please sign in to comment.