Skip to content

Commit

Permalink
After running 'npm install prop-types --save'. This is to allow futur…
Browse files Browse the repository at this point in the history
…e validation of various 'props' passed-in to React components.
  • Loading branch information
maratbn committed Aug 5, 2018
1 parent 08a33ec commit 1f72ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -3,6 +3,7 @@
"dependencies": {
"preact": "^8.2.9",
"preact-compat": "^3.18.0",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
Expand Down

0 comments on commit 1f72ad2

Please sign in to comment.