Merge pull request #130 from XGNPreTender/patch-1

Update package.json
This commit is contained in:
Sercan Yemen 2020-02-15 11:11:10 +03:00 committed by GitHub
commit b35e24815f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,8 @@
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e", "e2e": "ng e2e",
"bundle-report": "webpack-bundle-analyzer dist/stats.json" "bundle-report": "webpack-bundle-analyzer dist/stats.json",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {