Skip to content

Commit

Permalink
fix: file listing for published package
Browse files Browse the repository at this point in the history
  • Loading branch information
jjorissen52 committed May 9, 2022
1 parent f5c5972 commit 5a272bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jjorissen52/env-vault",
"version": "0.1.4",
"version": "0.1.5",
"description": "Utility for environment synchronization with credentials vaults.",
"license": "MIT",
"keywords": [
Expand All @@ -15,7 +15,7 @@
"files": [
"dist/package.json",
"dist/src/*.js",
"dist/vaults"
"dist/src/vaults"
],
"bin": {
"ev": "dist/src/cli.js"
Expand Down

0 comments on commit 5a272bc

Please sign in to comment.