diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-02-06 00:53:00 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-02-11 01:02:57 -0600 |
commit | e7ac1628ae42110d7eb340dfc35d303bed5047c6 (patch) | |
tree | be32229ad89a4a8aafb12fcfedbf92a2a45ad3e4 /package.json | |
parent | 50559f72b52b75a3004eba4cbb376e56bb652a7e (diff) | |
download | gitlab-ce-e7ac1628ae42110d7eb340dfc35d303bed5047c6.tar.gz |
convert timeago.js dependency to an npm module
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 249c69f586a..2ef6c599b84 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "pikaday": "^1.5.1", "select2": "3.5.2-browserify", "stats-webpack-plugin": "^0.4.3", + "timeago.js": "^2.0.5", "underscore": "1.8.3", "vue": "2.0.3", "vue-resource": "0.9.3", |