Skip to content

Commit

Permalink
fix(web/netlify): add version field to workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
alcercu committed Apr 19, 2022
1 parent 0fcdd38 commit 41ea0fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@kleros/kleros-v2-web-playground",
"version": "0.1.0",
"source": "src/index.html",
"browserlists": "> 0.5%, last 2 versions, not dead",
"repository": "",
Expand Down
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@kleros/kleros-v2-web",
"version": "0.1.0",
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead, not ios_saf < 13",
"repository": "",
Expand Down

0 comments on commit 41ea0fc

Please sign in to comment.