1- ![ PropTypes Icon] ( https://github.com/healthsparq /ember-cli-prop-types/raw/master/icon.png )
1+ ![ PropTypes Icon] ( https://github.com/crystal-ball /ember-cli-prop-types/raw/master/icon.png )
22
33[ ![ Latest NPM release] ( https://img.shields.io/npm/v/ember-cli-prop-types.svg )] (
44https://www.npmjs.com/package/ember-cli-prop-types )
55[ ![ Ember Observer Score] ( https://emberobserver.com/badges/ember-cli-prop-types.svg )] ( https://emberobserver.com/addons/ember-cli-prop-types )
6- [ ![ Dependencies] ( https://david-dm.org/healthsparq /ember-cli-prop-types.svg )] ( https://david-dm.org/healthsparq /ember-cli-prop-types )
7- [ ![ Dev Dependencies] ( https://david-dm.org/healthsparq /ember-cli-prop-types/dev-status.svg )] ( https://david-dm.org/healthsparq /ember-cli-prop-types?type=dev )
6+ [ ![ Dependencies] ( https://david-dm.org/crystal-ball /ember-cli-prop-types.svg )] ( https://david-dm.org/crystal-ball /ember-cli-prop-types )
7+ [ ![ Dev Dependencies] ( https://david-dm.org/crystal-ball /ember-cli-prop-types/dev-status.svg )] ( https://david-dm.org/crystal-ball /ember-cli-prop-types?type=dev )
88
99# Ember CLI PropTypes
1010
@@ -14,7 +14,7 @@ addon itself is very simple, it includes:
14141 . AMD compatible import of ` prop-types ` library _ (prod optimized import weight of
1515 only 0.12KB gzipped)_ .
16162 . Ember ` Component ` reopen in dev builds to call ` checkPropTypes ` , see the
17- [ component-prop-types] ( https://github.com/healthsparq /ember-cli-prop-types/blob/master/addon/initializers/component-prop-types.js )
17+ [ component-prop-types] ( https://github.com/crystal-ball /ember-cli-prop-types/blob/master/addon/initializers/component-prop-types.js )
1818 initializer _ (Component reopen stripped for production builds)_ .
1919
2020Props validations and the validators themselves are all provided by the
@@ -161,4 +161,4 @@ module.exports = function(defaults) {
161161If you'd like to contribute, please read our [ contribution
162162guidelines] ( ./.github/CONTRIBUTING.md ) and then get cracking!
163163
164- [ Please report bugs using the issues tab.] ( https://github.com/healthsparq /ember-cli-prop-types/issues )
164+ [ Please report bugs using the issues tab.] ( https://github.com/crystal-ball /ember-cli-prop-types/issues )
0 commit comments