Fix typescript version

This commit is contained in:
Cameron Cordes
2020-03-06 16:19:43 -05:00
parent 6b01c33dcc
commit ab16c4354c
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "test-website",
"name": "Homepage",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,
@@ -13577,9 +13577,9 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
},
"typescript": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==",
"version": "3.7.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz",
"integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==",
"dev": true
},
"uglify-js": {

View File

@@ -1,5 +1,5 @@
{
"name": "test-website",
"name": "Homepage",
"version": "0.0.0",
"scripts": {
"ng": "ng",