Skip to content

Commit 31b7108

Browse files
committed
Meta tweaks
1 parent f0d93c5 commit 31b7108

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/security.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Security Policy
2+
3+
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
node-version:
1313
- 16
1414
steps:
15-
- uses: actions/checkout@v2
16-
- uses: actions/setup-node@v2
15+
- uses: actions/checkout@v5
16+
- uses: actions/setup-node@v5
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
- run: npm install

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
},
1313
"type": "module",
1414
"exports": "./index.js",
15+
"types": "./index.d.ts",
16+
"sideEffects": false,
1517
"engines": {
1618
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1719
},

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Especially useful for Electron apps as GUI apps on macOS doesn't inherit the env
66

77
## Install
88

9-
```
10-
$ npm install shell-env
9+
```sh
10+
npm install shell-env
1111
```
1212

1313
## Usage

0 commit comments

Comments
 (0)