fix: platform-server should declare it's dependency on parse5 via package.json
This commit is contained in:
parent
8f8c017882
commit
9485f5a813
|
@ -12,5 +12,8 @@
|
|||
"@angular/common": "$$ANGULAR_VERSION$$",
|
||||
"@angular/compiler": "$$ANGULAR_VERSION$$",
|
||||
"@angular/platform-browser": "$$ANGULAR_VERSION$$"
|
||||
},
|
||||
"dependencies": {
|
||||
"parse5": "1.3.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue