Skip to content

Commit 904933c

Browse files
author
Aaron Chambers
committed
Merge pull request #2 from lukemelia/s3-before-redis
Indicate to ember-cli that this addon should be "before" redis
2 parents 83ec6c3 + e8ffe83 commit 904933c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"minimatch": "^2.0.4"
5151
},
5252
"ember-addon": {
53-
"configPath": "tests/dummy/config"
53+
"configPath": "tests/dummy/config",
54+
"before": "ember-cli-deploy-redis"
5455
}
5556
}

0 commit comments

Comments
 (0)