chore(package): update dependencies

This commit is contained in:
Dan Bucholtz
2016-09-13 15:13:53 -05:00
committed by Adam Bradley
parent 41a7e07651
commit 8349e855dc
2 changed files with 51 additions and 59 deletions

View File

@ -8,22 +8,14 @@
"url": "https://github.com/driftyco/ionic.git"
},
"license": "MIT",
"main": "index.js",
"jsnext:main": "esm/index.js",
"main": "commonjs/index.js",
"module": "index.js",
"dependencies": {
"colors": "^1.1.2",
"inquirer": "0.11.0",
"lodash": "3.10.1",
"mkdirp-no-bin": "0.5.1",
"q": "1.4.1"
},
"peerDependencies": {
"@angular/common": "// versions dynamically pulled from root ./package.json",
"@angular/compiler": "",
"@angular/common": "",
"@angular/core": "",
"@angular/forms": "",
"@angular/http": "",
"@angular/platform-browser": "",
"@angular/platform-browser-dynamic": ""
"rxjs-es": "",
}
}