Create v3 package.json for proper Used By count

Github scans repos to compute the Used By, and ionic 3 has more usage which we should get credit for so this adds a dummy `package.json` file for v3
This commit is contained in:
Max Lynch
2019-07-09 10:54:16 -05:00
committed by GitHub
parent 470615eb05
commit 292cc867a5

16
.scripts/v3/package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "ionic-angular",
"version": "`gulp package` generates dist/package.json from this template using the root ./package.json",
"description": "",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/ionic-v3.git"
},
"license": "MIT",
"main": "umd/index.js",
"module": "index.js",
"es2015": "es2015/index.js",
"peerDependencies": {
}
}