Remove package.json file from the repository
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"name": "medassist-ng-monorepo",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"workspaces": [
|
||||
"backend",
|
||||
"frontend"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "npm run dev --workspaces",
|
||||
"build": "npm run build --workspaces",
|
||||
"lint": "npm run lint --workspaces",
|
||||
"test": "npm run test --workspaces"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user