We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a6670 commit cd0aa8eCopy full SHA for cd0aa8e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dotenv-mono",
3
- "version": "1.3.14",
+ "version": "1.3.15",
4
"main": "./dist/index.js",
5
"module": "./dist/index.js",
6
"types": "./dist/index.d.ts",
@@ -25,7 +25,7 @@
25
"url": "https://github.com/marcocesarato/dotenv-mono/issues"
26
},
27
"homepage": "https://github.com/marcocesarato/dotenv-mono",
28
- "license": "GPL-3.0-or-later",
+ "license": "BSD-2-Clause",
29
"scripts": {
30
"release": "standard-version",
31
"lint": "eslint --ext .js,.ts .",
0 commit comments