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:
authorPhil Hughes <me@iamphill.com>2018-06-01 10:33:39 +0300
committerPhil Hughes <me@iamphill.com>2018-06-01 10:33:39 +0300
commit1364dd12cce13769ab42cf664eca2f42d886aaec (patch)
treefc58b65255ee74f7f2f3fb33e80ce00de10f1ea3 /package.json
parent50fda506e3bc93af47c8ebcbfc7d38c7ae55467d (diff)
parent6d2fedf74fcce537c8650e15867c80fee297ae43 (diff)
Merge branch '47046-use-sortable-from-npm' into 'master'
Use NPM provided version of SortableJS Closes #47046 See merge request gitlab-org/gitlab-ce!19274
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 7be3b8744e3..9842120fb8f 100644
--- a/package.json
+++ b/package.json
@@ -75,6 +75,7 @@
"sanitize-html": "^1.16.1",
"select2": "3.5.2-browserify",
"sha1": "^1.1.1",
+ "sortablejs": "^1.7.0",
"sql.js": "^0.4.0",
"stickyfilljs": "^2.0.5",
"style-loader": "^0.21.0",