diff --git a/.scripts/v3/package.json b/.scripts/v3/package.json new file mode 100644 index 0000000000..de43022b82 --- /dev/null +++ b/.scripts/v3/package.json @@ -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": { + } +}