File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ We would like to extend our thanks to the following sponsors for funding Stacks
80
80
81
81
Many thanks to the following core technologies & people who have contributed to this package:
82
82
83
- - [ Mot ] ( https://github.com/motdotla ) & [ dotenv ] ( https://github.com/motdotla/dotenv )
83
+ - [ js-yaml ] ( https://github.com/nodeca/js-yaml )
84
84
- [ Chris Breuer] ( https://github.com/chrisbbreuer )
85
85
- [ All Contributors] ( ../../contributors )
86
86
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bun-plugin-yml" ,
3
3
"type" : " module" ,
4
- "version" : " 0.0 .0" ,
4
+ "version" : " 0.1 .0" ,
5
5
"description" : " A simple Bun plugin to load .yml & .yaml files as modules." ,
6
6
"author" : " Chris Breuer <chris@stacksjs.org>" ,
7
7
"license" : " MIT" ,
35
35
"import" : " ./dist/*"
36
36
}
37
37
},
38
- "module" : " ./dist/index.js" ,
39
38
"types" : " ./dist/index.d.ts" ,
39
+ "module" : " ./dist/index.js" ,
40
40
"files" : [
41
41
" dist" ,
42
42
" src"
You can’t perform that action at this time.
0 commit comments