fix: platform-server should declare it's dependency on parse5 via package.json

This commit is contained in:
Igor Minar 2016-05-03 18:06:04 -06:00
parent 8f8c017882
commit 9485f5a813
1 changed files with 3 additions and 0 deletions

View File

@ -12,5 +12,8 @@
"@angular/common": "$$ANGULAR_VERSION$$",
"@angular/compiler": "$$ANGULAR_VERSION$$",
"@angular/platform-browser": "$$ANGULAR_VERSION$$"
},
"dependencies": {
"parse5": "1.3.2"
}
}