Skip to content

Commit

Permalink
chore: add npm keywords for discoverability
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed May 20, 2022
1 parent 9ec1fcd commit f570e46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@
"browser": {
"./lib/encode.js": "./browser/encode.js",
"./lib/decode.js": "./browser/decode.js"
}
},
"keywords": [
"msgpack",
"MessagePack"
]
}

0 comments on commit f570e46

Please sign in to comment.