Skip to content

Commit

Permalink
Merge pull request #77 from wagenet/ember-copy
Browse files Browse the repository at this point in the history
Switch to ember-copy
  • Loading branch information
ivanvotti committed Jun 16, 2018
2 parents fbd5bd2 + bd086d1 commit f4201bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon/utils/make-svg.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { copy } from '@ember/object/internals';
import { copy } from 'ember-copy';
import { merge } from '@ember/polyfills';
import { isNone } from '@ember/utils';
import { htmlSafe } from '@ember/string';
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"broccoli-symbolizer": "^0.6.0",
"cheerio": "^0.22.0",
"ember-cli-babel": "^6.6.0",
"ember-copy": "^1.0.0",
"lodash": "^4.13.1",
"mkdirp": "^0.5.1",
"path-posix": "^1.0.0"
Expand Down
6 changes: 6 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2452,6 +2452,12 @@ ember-cli@~3.1.2:
watch-detector "^0.1.0"
yam "^0.0.24"

ember-copy@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/ember-copy/-/ember-copy-1.0.0.tgz#426554ba6cf65920f31d24d0a3ca2cb1be16e4aa"
dependencies:
ember-cli-babel "^6.6.0"

ember-disable-prototype-extensions@^1.1.2:
version "1.1.3"
resolved "https://registry.yarnpkg.com/ember-disable-prototype-extensions/-/ember-disable-prototype-extensions-1.1.3.tgz#1969135217654b5e278f9fe2d9d4e49b5720329e"
Expand Down

0 comments on commit f4201bc

Please sign in to comment.