Skip to content

Commit

Permalink
fix: triggers ci, replaces npm token with granular token
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Kaminski committed Jun 8, 2023
1 parent db42524 commit 8667403
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ node-prune.sh
bin
lint-staged.config.js
./**/*.spec.*
.github
.eslintcache
.releaserc
tsup.config.ts
# typescript specific ignorable files
src
2 changes: 1 addition & 1 deletion src/kms.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// export-alias for named import @figedi/sops/kms
// export-alias for named import @figedi/sops/kms (includes spec addons)
export * from "./kms-addon";

0 comments on commit 8667403

Please sign in to comment.