Skip to content

Commit

Permalink
Switch from Ember to ember-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Jul 26, 2018
1 parent 790db96 commit 83be169
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 31 deletions.
2 changes: 1 addition & 1 deletion addon/animate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* jshint newcap: false */
import { copy } from '@ember/object/internals';
import { copy } from 'ember-copy';
import Promise from "./promise";
import Velocity from "velocity";

Expand Down
3 changes: 2 additions & 1 deletion addon/transitions/explode.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import $ from 'jquery';
import { isArray, A } from '@ember/array';
import { copy, guidFor } from '@ember/object/internals';
import { guidFor } from '@ember/object/internals';
import { copy } from 'ember-copy';
import { Promise } from "liquid-fire";

// Explode is not, by itself, an animation. It exists to pull apart
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"broccoli-merge-trees": "^1.0.0",
"broccoli-stew": "^1.4.2",
"ember-cli-babel": "^6.6.0",
"ember-copy": "^1.0.0",
"ember-cli-htmlbars": "^2.0.1",
"ember-cli-version-checker": "^2.0.0",
"ember-getowner-polyfill": "^2.0.1",
Expand Down
Loading

0 comments on commit 83be169

Please sign in to comment.