@karmaniverous/get-dotenv 4.4.4 → 4.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -129,12 +129,11 @@
129
129
  "knip": "knip",
130
130
  "lint": "eslint src/** && prettier -c src",
131
131
  "lint:fix": "eslint --fix src/** && prettier --write src",
132
- "postinstall": "npm audit fix",
133
132
  "release": "release-it",
134
133
  "release:pre": "vc -c \"release-it --no-git.requireBranch --github.prerelease --preRelease\"",
135
134
  "test": "cross-env LOG_LEVEL=debug nyc mocha"
136
135
  },
137
136
  "type": "module",
138
137
  "types": "dist/index.d.ts",
139
- "version": "4.4.4"
138
+ "version": "4.4.5"
140
139
  }