Skip to content

Commit e460576

Browse files
committed
chore: remove-kleros-app-from-workspace
1 parent b117bf9 commit e460576

File tree

4 files changed

+59
-1561
lines changed

4 files changed

+59
-1561
lines changed

kleros-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"check-style": "eslint 'src/**/*.{ts,tsx}'",
2626
"check-types": "tsc --noEmit",
2727
"start": "parcel src/index.html",
28-
"build": "yarn clean && parcel build",
28+
"build": "yarn clean && parcel build --no-source-maps",
2929
"release:patch": "scripts/publish.sh patch",
3030
"release:minor": "scripts/publish.sh minor",
3131
"release:major": "scripts/publish.sh major"

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"web-devtools",
2626
"eslint-config",
2727
"prettier-config",
28-
"tsconfig",
29-
"kleros-app"
28+
"tsconfig"
3029
],
3130
"packageManager": "[email protected]",
3231
"volta": {

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"dependencies": {
8080
"@cyntler/react-doc-viewer": "^1.17.0",
81-
"@kleros/kleros-app": "workspace:^",
81+
"@kleros/kleros-app": "^2.0.1",
8282
"@kleros/kleros-sdk": "workspace:^",
8383
"@kleros/kleros-v2-contracts": "workspace:^",
8484
"@kleros/ui-components-library": "^2.16.0",

0 commit comments

Comments
 (0)