Skip to content

Commit d1db6f8

Browse files
committed
chore: release v0.1.0
1 parent 73fcdbf commit d1db6f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/art/cover.jpg

-22.2 KB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ We would like to extend our thanks to the following sponsors for funding Stacks
8080

8181
Many thanks to the following core technologies & people who have contributed to this package:
8282

83-
- [Mot](https://github.com/motdotla) & [dotenv](https://github.com/motdotla/dotenv)
83+
- [js-yaml](https://github.com/nodeca/js-yaml)
8484
- [Chris Breuer](https://github.com/chrisbbreuer)
8585
- [All Contributors](../../contributors)
8686

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bun-plugin-yml",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"description": "A simple Bun plugin to load .yml & .yaml files as modules.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",
@@ -35,8 +35,8 @@
3535
"import": "./dist/*"
3636
}
3737
},
38-
"module": "./dist/index.js",
3938
"types": "./dist/index.d.ts",
39+
"module": "./dist/index.js",
4040
"files": [
4141
"dist",
4242
"src"

0 commit comments

Comments
 (0)