Skip to content

Commit

Permalink
fix(Install): fixed missing dependency (silent-error) in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Mar 19, 2017
1 parent cd0b66c commit 7f6cc7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
"ember-runtime-enumerable-includes-polyfill": "^1.0.1",
"ember-wormhole": "^0.4.1",
"fs-extra": "^2.0.0",
"rsvp": "^3.3.3"
"rsvp": "^3.3.3",
"silent-error": "^1.0.1"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down

0 comments on commit 7f6cc7a

Please sign in to comment.