diff options
author | Phil Hughes <me@iamphill.com> | 2017-01-03 17:13:12 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-02-06 09:24:50 +0000 |
commit | b138ec3da18a68b34fd446a442b2c7db653848b6 (patch) | |
tree | eaedcba64341fab97bd3dc6708c1cfbedb436479 /package.json | |
parent | 572fb0be9b1d45437b7c0ed1000399657f471ec7 (diff) | |
download | gitlab-ce-b138ec3da18a68b34fd446a442b2c7db653848b6.tar.gz |
Removed jQuery UI datepicker
Part of #18437 to remove jQuery UI. This removes the datepicker
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 73fb487b973..c792bf44d98 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "jquery-ujs": "1.2.1", "json-loader": "^0.5.4", "mousetrap": "1.4.6", + "pikaday": "^1.5.1", "select2": "3.5.2-browserify", "stats-webpack-plugin": "^0.4.2", "underscore": "1.8.3", |