Skip to content

Commit 8cc373d

Browse files
authored
Merge pull request #72 from kleros/fix/add-version-field-workspaces-package
Fix(web/netlify): add version field to workspaces
2 parents 828afe3 + 940e23d commit 8cc373d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

web-playground/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@kleros/kleros-v2-web-playground",
3+
"version": "0.1.0",
34
"source": "src/index.html",
45
"browserlists": "> 0.5%, last 2 versions, not dead",
56
"repository": "",

web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@kleros/kleros-v2-web",
3+
"version": "0.1.0",
34
"source": "src/index.html",
45
"browserslist": "> 0.5%, last 2 versions, not dead, not ios_saf < 13",
56
"repository": "",

0 commit comments

Comments
 (0)