diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-10-31 09:18:30 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-10-31 09:18:30 +0000 |
commit | 980f29716f86a261e28dbc69de157a53c3eadb42 (patch) | |
tree | 23dc99cb50b55ef3ff67d450daef4bc1942ad384 /package.json | |
parent | 6e6cea23e187b6c93886da4d043ea5a6fb7bfab5 (diff) | |
download | gitlab-ce-980f29716f86a261e28dbc69de157a53c3eadb42.tar.gz |
Resolve "Convert autosize.js library to be a Yarn managed library"
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 057cd8f7bc7..376c47ba796 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" }, "dependencies": { + "autosize": "^4.0.0", "axios": "^0.16.2", "babel-core": "^6.22.1", "babel-eslint": "^7.2.1", |