feat(platform-browser-dynamic): re-add a deprecated platform-browser-dynamic

This commit is contained in:
Victor Berchet
2016-05-24 16:13:17 -07:00
parent f4b972815b
commit 172a5663ef
11 changed files with 133 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"name": "@angular/platform-browser-dynamic",
"version": "$$ANGULAR_VERSION$$",
"description": "",
"main": "index.js",
"jsnext:main": "esm/index.js",
"typings": "index.d.ts",
"author": "angular",
"license": "MIT",
"peerDependencies": {
"@angular/core": "$$ANGULAR_VERSION$$",
"@angular/common": "$$ANGULAR_VERSION$$",
"@angular/compiler": "$$ANGULAR_VERSION$$",
"@angular/platform-browser": "$$ANGULAR_VERSION$$"
}
}