added videojs-plugin to keywords in package.json
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -12,6 +12,10 @@ | ... | @@ -12,6 +12,10 @@ |
12 | "scripts": { | 12 | "scripts": { |
13 | "test": "grunt test" | 13 | "test": "grunt test" |
14 | }, | 14 | }, |
15 | "keywords": [ | ||
16 | "videojs", | ||
17 | "videojs-plugin" | ||
18 | ], | ||
15 | "devDependencies": { | 19 | "devDependencies": { |
16 | "grunt": "~0.4.1", | 20 | "grunt": "~0.4.1", |
17 | "grunt-concurrent": "0.4.3", | 21 | "grunt-concurrent": "0.4.3", | ... | ... |
-
Please register or sign in to post a comment