Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #94 from humphreybc/master
Browse files Browse the repository at this point in the history
Move types to devDependencies
  • Loading branch information
FrancescoCioria authored Jan 22, 2018
2 parents 6a4f56c + 685659f commit 192be49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@
],
"homepage": "https://github.com/buildo/react-autosize-textarea",
"devDependencies": {
"@types/autosize": "3.0.6",
"@types/jest": "21.1.8",
"@types/node": "8.0.54",
"@types/prop-types": "15.5.2",
"@types/react": "16.0.30",
"babel-loader": "^7.1.2",
"babel-preset-buildo": "^0.1.1",
"css-loader": "^0.28.5",
Expand Down Expand Up @@ -70,9 +73,6 @@
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@types/autosize": "3.0.6",
"@types/prop-types": "15.5.2",
"@types/react": "16.0.30",
"autosize": "^4.0.0",
"line-height": "^0.3.1",
"prop-types": "^15.5.6"
Expand Down

0 comments on commit 192be49

Please sign in to comment.