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

Commit 9045849

Browse files
committed
fix: remove coverage from distributed package
1 parent e64c42b commit 9045849

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

safe-env/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
coverage/
12
deno/
23
node_modules/
34
scripts/

safe-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderspirit/safe-env",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Safe & strongly typed environment variables accessor",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)