Skip to content

Commit

Permalink
ci: fix husky
Browse files Browse the repository at this point in the history
  • Loading branch information
mojadev committed Jan 7, 2024
1 parent 2a880a7 commit 58d74ec
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ src/
.*
!dist/**/*.d.ts
!dist/**/*.js
doc/
coverage/
.template/
.husky/
e2e/
e2e/
*.mjs
6 changes: 3 additions & 3 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Simple public/private key encryption and decryption of files in your browser using the WebCrypto API.",
"main": "dist/simple-file-encryption.js",
"typings": "dist/simple-file-encryption.d.ts",
"scripts": {
"prebuild": "rimraf ./dist/*",
"build": "rollup --config rollup.config.mjs",
Expand Down

0 comments on commit 58d74ec

Please sign in to comment.