chore(commitizen): add our custom Ionic prompts

References #5077
This commit is contained in:
Brandy Carney
2016-01-19 15:04:26 -05:00
parent 31935d3066
commit 332c761b9e
2 changed files with 7 additions and 3 deletions

View File

@@ -12,6 +12,10 @@ See [Adam Bradley](http://twitter.com/adamdbradley)'s [Building apps with Ionic
To try Ionic 2 today, visit the [Ionic 2 Docs](http://ionicframework.com/docs/v2/). We would love any feedback you have or to know when you encounter issues, by filing an issue report on this repo.
### Contributing to Ionic 2
See [CONTRIBUTING.md](https://github.com/driftyco/ionic/blob/2.0/CONTRIBUTING.md)
### Ionic 2 Examples
There are a few real Ionic 2 apps in the wild. The most complete is the [Ionic Conference App](https://github.com/driftyco/ionic-conference-app), a perfect starting point for building your own conference app.

View File

@@ -30,7 +30,6 @@
"canonical-path": "0.0.2",
"connect": "^3.3.4",
"cpr": "^0.4.1",
"cz-conventional-changelog": "^1.1.5",
"del": "~1.1.1",
"dgeni": "^0.4.1",
"dgeni-packages": "^0.10.18",
@@ -55,6 +54,7 @@
"gulp-watch": "^4.2.4",
"html-entities": "^1.1.3",
"htmlparser2": "^3.8.3",
"ionic-cz-conventional-changelog": "^0.1.0",
"jasmine-node": "^1.14.5",
"js-yaml": "^3.4.2",
"karma": "^0.12.31",
@@ -82,7 +82,7 @@
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "node_modules/ionic-cz-conventional-changelog"
}
}
}
}