Skip to content

Commit

Permalink
fix: Make versions of ember-gestures less than 1.1.1 unacceptable (#120)
Browse files Browse the repository at this point in the history
ember-gestures < 1.1.1 have a memory leak that can cause Chrome to run out memory when running tests.
  • Loading branch information
brandynbennett authored and knownasilya committed Jan 18, 2019
1 parent cb036b3 commit b0d3d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"ember-cli-babel": "^7.1.2",
"ember-cli-htmlbars": "^3.0.0",
"ember-gestures": "^1.1.0",
"ember-gestures": "^1.1.1",
"ember-runtime-enumerable-includes-polyfill": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit b0d3d6f

Please sign in to comment.