Skip to content

Commit

Permalink
fix: add ember-cli >=2.15 as a peer dependency
Browse files Browse the repository at this point in the history
Fixes #6.
  • Loading branch information
peterjmag authored and alexlafroscia committed Jun 14, 2018
1 parent 1711900 commit 51f3249
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ ember install alexlafroscia/ember-cli-react
ember g ember-cli-react
```

Compatibility
------------------------------------------------------------------------------

This addon requires Ember CLI 2.15 or higher.

Usage
------------------------------------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
}
},
"peerDependencies": {
"ember-cli": ">=2.15.0",
"react": "^16",
"react-dom": "^16"
},
Expand Down

0 comments on commit 51f3249

Please sign in to comment.