Skip to content

Commit

Permalink
Make Pretender a Peer Dependency
Browse files Browse the repository at this point in the history
Let's let the consumer of this addon decide which version of Pretender
is best for them.
  • Loading branch information
jherdman committed Oct 1, 2018
1 parent 49e8f4b commit 9805c3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@
"ember-get-config": "^0.2.2",
"ember-inflector": "^2.0.0",
"ember-lodash": "^4.17.3",
"fake-xml-http-request": "^1.4.0",
"faker": "^3.0.0",
"jsdom": "^11.12.0",
"pretender": "^1.6.1",
"route-recognizer": "^0.2.3"
},
"devDependencies": {
Expand Down Expand Up @@ -83,8 +81,12 @@
"fastboot": "^1.2.0",
"loader.js": "^4.2.3",
"mocha": "^3.4.2",
"pretender": "^1.6.1",
"qunit-dom": "^0.5.0"
},
"peerDependencies": {
"pretender": "^1.6.1"
},
"engines": {
"node": "6.* || >= 7.*"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3756,7 +3756,7 @@ extsprintf@^1.2.0:
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=

fake-xml-http-request@^1.4.0, fake-xml-http-request@^1.6.0:
fake-xml-http-request@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/fake-xml-http-request/-/fake-xml-http-request-1.6.0.tgz#bd0ac79ae3e2660098282048a12c730a6f64d550"
integrity sha512-99XPwwSg89BfzPuv4XCpZxn3EbauMCgAQCxq9MzrvS6DFD73OON6AnUTicL4A0HZtYMBwCZBWVnRqGjZDgQkTg==
Expand Down

0 comments on commit 9805c3f

Please sign in to comment.