Skip to content

Commit

Permalink
A few more keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
kribblo committed Dec 17, 2018
1 parent fd4e42b commit 4eb0b05
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
"main": "index.js",
"scripts": {
"lint": "jshint *.js",
"preversion": "npm run lint"
"preversion": "npm run lint",
"upload": "npm --userconfig=.npmrc publish --access public"
},
"keywords": [
"ffmpeg",
"binary"
"binary",
"installer",
"audio",
"sound"
],
"author": "Kristoffer Lundén <[email protected]>",
"license": "LGPL-2.1",
Expand Down

0 comments on commit 4eb0b05

Please sign in to comment.