Skip to content

Commit

Permalink
docs: Add keywords to package.json. This should list us on the videoj… (
Browse files Browse the repository at this point in the history
#486)

* docs: Add keywords to package.json. This should list us on the videojs player's plugins page.

* Fix package syntax.
  • Loading branch information
shawnbuso committed Jan 17, 2018
1 parent 2d40f74 commit 7af46cf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 21 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -64,5 +64,9 @@
"selenium-webdriver": "^3.6.0",
"uglify-es": "^3.1.10",
"watch": "^1.0.2"
}
},
"keywords": [
"videojs",
"videojs-plugin"
]
}

0 comments on commit 7af46cf

Please sign in to comment.