We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f49eeb commit 0588f94Copy full SHA for 0588f94
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ember-scrollable",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "A simple Ember wrapper around Trackpad Scroll Emulator",
5
"directories": {
6
"doc": "doc",
@@ -42,7 +42,7 @@
42
],
43
"dependencies": {
44
"ember-cli-babel": "^5.0.0",
45
- "ember-component-inbound-actions": "0.0.3"
+ "ember-component-inbound-actions": "git+https://github.com/GavinJoyce/ember-component-inbound-actions.git#gj/ember-1-13-beta"
46
},
47
"ember-addon": {
48
"configPath": "tests/dummy/config"
0 commit comments