diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | package.json | 10 |
2 files changed, 10 insertions, 1 deletions
@@ -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" |