Skip to content

Commit

Permalink
fix(web-shell): Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Nov 15, 2022
1 parent d66a4a6 commit ac3235f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/web/landing/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@open-system/web-landing-app",
"name": "@open-system/web-landing",
"version": "0.0.1",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions apps/web/shell/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@open-system/web-shell-app",
"name": "@open-system/web-shell",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build ",
"lint": "next lint",
"lint-staged": "lint-staged",
"prettier": "prettier --write --ignore-unknown .",
Expand Down

0 comments on commit ac3235f

Please sign in to comment.