build(aio): add angular.io package.json and yarn.lock file
closes #14098
This commit is contained in:
parent
1ce7fd7827
commit
4106d18172
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "angular.io",
|
||||
"version": "0.0.0",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:angular/angular.git",
|
||||
"author": "Angular",
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"firebase-tools": "^3.2.1"
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue