Skip to content

Commit 4f5395b

Browse files
committed
chore: export src
and other minor adjustments
1 parent 80f673e commit 4f5395b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ A simple loader for your dotenv files.
2020
bun install -d bun-plugin-env
2121
```
2222

23+
Next, ensure you are preloading the plugin in your `bunfig.toml`:
24+
2325
```toml
2426
preload = [
2527
"./node_modules/bun-plugin-env/src/index.ts",
@@ -66,7 +68,7 @@ For casual chit-chat with others using this package:
6668

6769
## Postcardware
6870

69-
You will always be free to use any of the Stacks OSS software. We would also love to see which parts of the world Stacks ends up in. _Receiving a post cards makes us happy—we will publish them on our website._
71+
You will always be free to use any of the Stacks OSS software. We would also love to see which parts of the world Stacks ends up in. _Receiving postcards makes us happy—and we will publish them on our website._
7072

7173
Our address is: Stacks.js, 5710 Crescent Park #107, Playa Vista 90094, CA.
7274

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"module": "./dist/index.js",
3838
"types": "./dist/index.d.ts",
3939
"files": [
40-
"dist"
40+
"dist",
41+
"src"
4142
],
4243
"scripts": {
4344
"build": "bun --bun build.ts",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"moduleResolution": "bundler",
1010
"resolveJsonModule": true,
1111
"types": [
12-
"node",
12+
"node"
1313
],
1414
"allowImportingTsExtensions": true,
1515
"strict": true,

0 commit comments

Comments
 (0)