@dotenvx/dotenvx-darwin-amd64 0.1.0 → 0.1.1
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.
- package/README.md +4 -1
- package/dotenvx +0 -0
- package/package.json +9 -2
package/README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
> [!NOTE]
|
|
4
3
|
> dotenvx-darwin-amd64 binary
|
|
5
4
|
|
|
5
|
+
[](https://www.npmjs.com/package/@dotenvx/dotenvx-darwin-amd64)
|
|
6
|
+
|
|
7
|
+
[see documentation](https://github.com/dotenvx/dotenvx)
|
|
8
|
+
|
|
6
9
|
|
package/dotenvx
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotenvx/dotenvx-darwin-amd64",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "dotenvx-darwin-amd64 binary",
|
|
5
|
-
"repository":
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/dotenvx/dotenvx-darwin-amd64.git"
|
|
8
|
+
},
|
|
9
|
+
"files": [
|
|
10
|
+
"dotenvx",
|
|
11
|
+
"README.md"
|
|
12
|
+
],
|
|
6
13
|
"author": "@motdotla",
|
|
7
14
|
"license": "BSD-3-Clause",
|
|
8
15
|
"publishConfig": {
|