Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix: remove coverage from distributed package
Browse files Browse the repository at this point in the history
  • Loading branch information
castarco committed Feb 11, 2022
1 parent e64c42b commit 9045849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions safe-env/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
coverage/
deno/
node_modules/
scripts/
Expand Down
2 changes: 1 addition & 1 deletion safe-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coderspirit/safe-env",
"version": "0.1.0",
"version": "0.1.1",
"description": "Safe & strongly typed environment variables accessor",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 9045849

Please sign in to comment.