Skip to content

Commit

Permalink
Add prop-types as a required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Demedes committed Apr 30, 2019
1 parent b7592e0 commit 324d7ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
},
"peerDependencies": {
"ink": "^2.1.1",
"prop-types": "^15.7.2",
"react": "^16.8.6"
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## Install

```bash
$ npm install pasteljs ink react
$ npm install pasteljs ink react prop-types
```


Expand Down

0 comments on commit 324d7ca

Please sign in to comment.