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 )
2
2
3
3
[ ![ Latest NPM release] ( https://img.shields.io/npm/v/ember-cli-prop-types.svg )] (
4
4
https://www.npmjs.com/package/ember-cli-prop-types )
5
5
[ ![ 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 )
8
8
9
9
# Ember CLI PropTypes
10
10
@@ -14,7 +14,7 @@ addon itself is very simple, it includes:
14
14
1 . AMD compatible import of ` prop-types ` library _ (prod optimized import weight of
15
15
only 0.12KB gzipped)_ .
16
16
2 . 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 )
18
18
initializer _ (Component reopen stripped for production builds)_ .
19
19
20
20
Props validations and the validators themselves are all provided by the
@@ -161,4 +161,4 @@ module.exports = function(defaults) {
161
161
If you'd like to contribute, please read our [ contribution
162
162
guidelines] ( ./.github/CONTRIBUTING.md ) and then get cracking!
163
163
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