Skip to content

Commit

Permalink
chore(release): add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
mojadev committed Jan 27, 2024
1 parent 1d3dbb6 commit dda8d39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"main": "dist/simple-file-encryption.js",
"module": "dist/simple-file-encryption.mjs",
"typings": "dist/simple-file-encryption.d.ts",
"keywords": [
"WebCrypto",
"Files",
"Encryption",
"Decryption"
],
"scripts": {
"prebuild": "rimraf ./dist/*",
"build": "rollup --config rollup.config.mjs",
Expand Down

0 comments on commit dda8d39

Please sign in to comment.