Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-06 09:57:44 +0300
committerMike Greiling <mike@pixelcog.com>2017-02-11 10:03:50 +0300
commite4725a50e3c39b55eddbce3a573456ac6323473f (patch)
tree467cb65931dbc88f43f786a64382236be18a3850 /package.json
parente7ac1628ae42110d7eb340dfc35d303bed5047c6 (diff)
convert js-cookie dependency to an npm module
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 2ef6c599b84..24e11a4607f 100644
--- a/package.json
+++ b/package.json
@@ -23,6 +23,7 @@
"jquery": "2.2.1",
"jquery-ui": "github:jquery/jquery-ui#1.11.4",
"jquery-ujs": "1.2.1",
+ "js-cookie": "^2.1.3",
"mousetrap": "1.4.6",
"pikaday": "^1.5.1",
"select2": "3.5.2-browserify",