Skip to content

Commit d43eeca

Browse files
author
Aaron Chambers
committed
Merge pull request #12 from achambers/update-url
Update repo url
2 parents e06e0c4 + a4c7ee2 commit d43eeca

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#### Community Contributions
22

3-
- [#2](https://github.com/zapnito/ember-cli-deploy-json-config/pull/2) Build index.json from index.html [@achambers](https://github.com/achambers)
4-
- [#3](https://github.com/zapnito/ember-cli-deploy-json-config/pull/3) Set the index.json path on the data object [@achambers](https://github.com/achambers)
5-
- [#5](https://github.com/zapnito/ember-cli-deploy-json-config/pull/5) Updated to be in line with how ember-cli-deploy handles context data [@achambers](https://github.com/achambers)
6-
- [#6](https://github.com/zapnito/ember-cli-deploy-json-config/pull/6) Now we use user defined config before context values [@achambers](https://github.com/achambers)
7-
- [#7](https://github.com/zapnito/ember-cli-deploy-json-config/pull/7) Now we use the `context.distDir` as the distFiles prop is now relative [@achambers](https://github.com/achambers)
8-
- [#8](https://github.com/zapnito/ember-cli-deploy-json-config/pull/8) Restructure to use ember-cli-deploy-plugin [@achambers](https://github.com/achambers)
9-
- [#9](https://github.com/zapnito/ember-cli-deploy-json-config/pull/9) Make html selectors configurable [@achambers](https://github.com/achambers)
10-
- [#10](https://github.com/zapnito/ember-cli-deploy-json-config/pull/10) Update README for v0.5.0 [@achambers](https://github.com/achambers)
3+
- [#2](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/pull/2) Build index.json from index.html [@achambers](https://github.com/achambers)
4+
- [#3](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/pull/3) Set the index.json path on the data object [@achambers](https://github.com/achambers)
5+
- [#5](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/pull/5) Updated to be in line with how ember-cli-deploy handles context data [@achambers](https://github.com/achambers)
6+
- [#6](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/pull/6) Now we use user defined config before context values [@achambers](https://github.com/achambers)
7+
- [#7](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/pull/7) Now we use the `context.distDir` as the distFiles prop is now relative [@achambers](https://github.com/achambers)
8+
- [#8](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/pull/8) Restructure to use ember-cli-deploy-plugin [@achambers](https://github.com/achambers)
9+
- [#9](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/pull/9) Make html selectors configurable [@achambers](https://github.com/achambers)
10+
- [#10](https://github.com/ember-cli-deploy/ember-cli-deploy-json-config/pull/10) Update README for v0.5.0 [@achambers](https://github.com/achambers)
1111

1212
Thank you to all who took the time to contribute!

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ The following properties are expected to be present on the deployment `context`
144144

145145
## Plugins known to work well with this one
146146

147-
[ember-cli-deploy-redis](https://github.com/zapnito/ember-cli-deploy-redis)
147+
[ember-cli-deploy-redis](https://github.com/ember-cli-deploy/ember-cli-deploy-redis)
148148

149149
## Running Tests
150150

151151
- `npm test`
152152

153153
[1]: http://ember-cli.github.io/ember-cli-deploy/plugins "Plugin Documentation"
154-
[2]: https://github.com/zapnito/ember-cli-deploy-build "ember-cli-deploy-build"
154+
[2]: https://github.com/ember-cli-deploy/ember-cli-deploy-build "ember-cli-deploy-build"
155155
[3]: https://github.com/ember-cli/ember-cli-deploy "ember-cli-deploy"

bin/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var github = new GitHubApi({version: '3.0.0'});
2020
var compareCommits = Promise.denodeify(github.repos.compareCommits);
2121
var currentVersion = 'v' + require('../package').version;
2222

23-
var user = 'zapnito';
23+
var user = 'ember-cli-deploy';
2424
var repo = 'ember-cli-deploy-json-config';
2525

2626
compareCommits({

0 commit comments

Comments
 (0)