Fix: publish script in package.json
This commit is contained in:
parent
a1846c335a
commit
13eda2606c
4 changed files with 6995 additions and 5309 deletions
12224
examples/dev/package-lock.json
generated
12224
examples/dev/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -4,7 +4,7 @@
|
|||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"build": "ng build --aot --prod",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e"
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
"@angular/platform-browser": "~9.0.0",
|
||||
"@angular/platform-browser-dynamic": "~9.0.0",
|
||||
"@angular/router": "~9.0.0",
|
||||
"ng2-fittext": "^1.2.8",
|
||||
"ng2-fittext": "^1.2.9",
|
||||
"rxjs": "~6.5.4",
|
||||
"tslib": "^1.10.0",
|
||||
"zone.js": "~0.10.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue