Skip to content

Commit

Permalink
Fixing bug where Angular 7 died because of semver.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Jul 9, 2019
1 parent f67e7ef commit 7688d1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@angular/compiler-cli": ">=2",
"@angular/core": ">=2",
"rxjs": ">= 6.0.0",
"semver": "^6.2.0",
"webpack": ">=4.6.0",
"webpack-merge": "^4.2.1"
},
Expand Down Expand Up @@ -64,6 +63,7 @@
"webpack": "^4.29.6"
},
"dependencies": {
"semver": "^6.2.0",
"single-spa": ">= 4.0.0"
}
}

0 comments on commit 7688d1f

Please sign in to comment.