Skip to content

Commit ae45fe9

Browse files
committed
🚀 1.0.2: Fix installation instruction
1 parent 24b372c commit ae45fe9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Heavily inspired by the great project [envsafe](https://github.com/KATT/envsafe)
2323
### Install
2424

2525
```sh
26-
npm install rescript-env rescript-struct
26+
npm install rescript-envsafe rescript-struct
2727
```
2828

29-
Then add `rescript-env` and `rescript-struct` to `bs-dependencies` in your `bsconfig.json`:
29+
Then add `rescript-envsafe` and `rescript-struct` to `bs-dependencies` in your `bsconfig.json`:
3030

3131
```diff
3232
{
3333
...
34-
+ "bs-dependencies": ["rescript-env", "rescript-struct"]
34+
+ "bs-dependencies": ["rescript-envsafe", "rescript-struct"]
3535
}
3636
```
3737

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-envsafe",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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
"keywords": [

0 commit comments

Comments
 (0)