summaryrefslogtreecommitdiffstats
path: root/webapp/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/package.json')
-rw-r--r--webapp/package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/webapp/package.json b/webapp/package.json
index cdfba8ef0..6f50962a4 100644
--- a/webapp/package.json
+++ b/webapp/package.json
@@ -24,6 +24,7 @@
"react-dom": "0.14.7",
"react-intl": "2.0.0-rc-1",
"react-router": "2.0.1",
+ "react-textarea-autosize": "3.3.0",
"twemoji": "1.4.1",
"velocity-animate": "1.2.3"
},
@@ -53,8 +54,8 @@
"webpack": "webpack/webpack#master"
},
"scripts": {
- "check": "eslint --ext \".jsx\" --ignore-pattern node_modules --quiet .",
- "build": "webpack",
- "run": "webpack --progress --watch"
+ "check": "eslint --ext \".jsx\" --ignore-pattern node_modules --quiet .",
+ "build": "webpack",
+ "run": "webpack --progress --watch"
}
}