Skip to content

Commit

Permalink
Fix overwritten package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSommerhalder committed Jan 4, 2021
1 parent b5aa0a8 commit 666ead6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -7,7 +7,8 @@
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
"e2e": "ng e2e",
"build-prod": "ng build --prod --build-optimizer"
},
"private": true,
"dependencies": {
Expand Down Expand Up @@ -38,9 +39,9 @@
"@angular-devkit/build-angular": "~0.901.7",
"@angular/cli": "~9.1.7",
"@angular/compiler-cli": "~9.1.9",
"@types/node": "^12.11.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
Expand Down

0 comments on commit 666ead6

Please sign in to comment.