aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2019-02-19 00:19:25 +1100
committerSam Potts <sam@potts.es>2019-02-19 00:19:25 +1100
commit153b8dc6bb96fdba8340a523c8828a72a832fcdf (patch)
tree14c60871a970b26e05b6b154a81302f65617f67f /package.json
parentdf61e5cdd20f3bb4eb29a98000be8770690ad018 (diff)
downloadplyr-153b8dc6bb96fdba8340a523c8828a72a832fcdf.tar.lz
plyr-153b8dc6bb96fdba8340a523c8828a72a832fcdf.tar.xz
plyr-153b8dc6bb96fdba8340a523c8828a72a832fcdf.zip
Added RangeTouch, updated Shr lib in demo
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index f5d0be9b..70cac8fc 100644
--- a/package.json
+++ b/package.json
@@ -5,8 +5,8 @@
"homepage": "https://plyr.io",
"author": "Sam Potts <sam@potts.es>",
"main": "dist/plyr.js",
- "module": "dist/plyr.mjs",
- "jsnext:main": "dist/plyr.mjs",
+ "module": "dist/plyr.min.mjs",
+ "jsnext:main": "dist/plyr.min.mjs",
"browser": "dist/plyr.min.js",
"sass": "src/sass/plyr.scss",
"style": "dist/plyr.css",
@@ -84,9 +84,10 @@
"through2": "^3.0.0"
},
"dependencies": {
- "core-js": "^2.6.4",
+ "core-js": "^2.6.5",
"custom-event-polyfill": "^1.0.6",
"loadjs": "^3.5.5",
+ "rangetouch": "^2.0.0",
"raven-js": "^3.27.0",
"url-polyfill": "^1.1.3"
}