From 332c761b9e359189f422679e4592268dd24bab6f Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 19 Jan 2016 15:04:26 -0500 Subject: [PATCH] chore(commitizen): add our custom Ionic prompts References #5077 --- README.md | 4 ++++ package.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b47b98ac9..eb30dde795 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 92a62c4ae6..22dd2906df 100644 --- a/package.json +++ b/package.json @@ -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" } } -} \ No newline at end of file +}