Skip to content

Commit e26633a

Browse files
committed
Cleanup package.json.
1 parent 29af186 commit e26633a

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

package.json

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,13 @@
22
"name": "react-textarea-autosize",
33
"description": "textarea component for React which grows with content",
44
"version": "4.0.4",
5-
"author": {
6-
"name": "Andrey Popp",
7-
"email": "[email protected]",
8-
"url": "http://andreypopp.com"
9-
},
10-
"homepage": "https://github.com/andreypopp/react-textarea-autosize",
11-
"eslintConfig": {
12-
"extends": "prometheusresearch"
13-
},
14-
"keywords": [
15-
"react",
16-
"react-component",
17-
"textarea",
18-
"grow",
19-
"autosize"
20-
],
5+
"keywords": "autosize, grow, react, react-component, textarea",
6+
"repository": "andreypopp/react-textarea-autosize",
217
"license": "MIT",
228
"main": "lib/TextareaAutosize.js",
23-
"peerDependencies": {
24-
"react": ">=0.14.0 <16.0.0"
25-
},
26-
"repository": {
27-
"type": "git",
28-
"url": "git://github.com/andreypopp/react-textarea-autosize.git"
9+
"author": "Andrey Popp <[email protected]> (https://andreypopp.com/)",
10+
"scripts": {
11+
"prepublish": "make clean build"
2912
},
3013
"devDependencies": {
3114
"babel-cli": "^6.11.4",

0 commit comments

Comments
 (0)