Skip to content

Commit

Permalink
Merge tag 'v1.4.1' into develop
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
lawitschka committed Dec 13, 2017
2 parents 54b76f1 + 70464a4 commit 8bb48c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-fastclick",
"version": "1.4.0",
"version": "1.4.1",
"directories": {
"doc": "doc",
"test": "tests"
Expand All @@ -18,7 +18,6 @@
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.4.2",
"broccoli-stew": "^1.5.0",
"ember-ajax": "0.7.1",
"ember-cli": "2.5.0",
"ember-cli-app-version": "^1.0.0",
Expand Down Expand Up @@ -51,6 +50,7 @@
"dependencies": {
"broccoli-funnel": "^1.0.1",
"broccoli-merge-trees": "^1.1.1",
"broccoli-stew": "^1.0.1",
"ember-cli-babel": "^5.1.6",
"fastclick": "^1.0.6"
},
Expand Down

0 comments on commit 8bb48c5

Please sign in to comment.