summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-10-14 20:36:29 +0300
committerYuval Adam <_@yuv.al>2017-10-14 20:36:29 +0300
commit5dad2aa8da9c123a78717866be67b7ee3ec0ad2d (patch)
tree9a132bbe6b5547cfcb325206545a4cfa068b84b3 /package.json
parent2022b9bb0c0338e4f4ef98e373e297242d8bc402 (diff)
A working slider
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index c7ec95c..e04bc0f 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,8 @@
"license": "MIT",
"dependencies": {
"mapbox-gl": "^0.40.1",
- "vue": "^2.4.4"
+ "vue": "^2.4.4",
+ "vue-slider-component": "^2.4.3"
},
"devDependencies": {
"babel-core": "^6.26.0",