Skip to content

Commit

Permalink
Update dependencies, add yarn.lock
Browse files Browse the repository at this point in the history
- Remove duplicate `prop-types` dependency from peerDependencies
- Add a yarn lockfile
  • Loading branch information
jstejada committed Jun 1, 2017
1 parent b6010c1 commit 96d5420
Show file tree
Hide file tree
Showing 2 changed files with 4,929 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-typist",
"version": "1.1.1",
"version": "1.1.0",
"description": "Typing animations with React",
"main": "dist/Typist.js",
"scripts": {
Expand Down Expand Up @@ -33,8 +33,7 @@
"license": "MIT",
"peerDependencies": {
"react": "^0.14 || ^15.0",
"react-dom": "^^0.14 || ^15.0",
"prop-types": "^15.5.7"
"react-dom": "^^0.14 || ^15.0"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
Expand Down
Loading

0 comments on commit 96d5420

Please sign in to comment.