Skip to content

Commit 0b00f7f

Browse files
committed
🚀 1.0.0
1 parent c252645 commit 0b00f7f

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

package-lock.json

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-envsafe",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "🔒 Makes sure you don't accidentally deploy apps with missing or invalid environment variables",
55
"homepage": "https://github.com/DZakh/rescript-envsafe#readme",
66
"bugs": {
@@ -32,10 +32,10 @@
3232
"@dzakh/rescript-ava": "0.4.0",
3333
"ava": "4.3.3",
3434
"rescript": "10.0.1",
35-
"rescript-struct": "github:DZakh/rescript-struct#77afd05075c5fc28c73a7547baaf30a6a5d81e56"
35+
"rescript-struct": "2.0.0"
3636
},
3737
"peerDependencies": {
3838
"rescript": "10.0.x",
39-
"rescript-struct": "1.0.x"
39+
"rescript-struct": "2.0.x"
4040
}
4141
}

0 commit comments

Comments
 (0)