aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--package.json10
2 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c3b1cc06..b01afe98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ aws.json
index-*.html
npm-debug.log
*.webm
+/package-lock.json
diff --git a/package.json b/package.json
index d233c9b3..b65161a8 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,15 @@
"stylelint-selector-bem-pattern": "^2.0.0",
"uglify-es": "^3.3.5"
},
- "keywords": ["HTML5 Video", "HTML5 Audio", "Media Player", "DASH", "Shaka", "WordPress", "HLS"],
+ "keywords": [
+ "HTML5 Video",
+ "HTML5 Audio",
+ "Media Player",
+ "DASH",
+ "Shaka",
+ "WordPress",
+ "HLS"
+ ],
"repository": {
"type": "git",
"url": "git://github.com/sampotts/plyr.git"