Skip to content

Commit 77636eb

Browse files
committed
[Feature] Porting to esm (type=module)
1 parent 98f5314 commit 77636eb

File tree

9 files changed

+11546
-19912
lines changed

9 files changed

+11546
-19912
lines changed

.husky/pre-commit

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
npm run pre-commit
1+
npm run pre-commit

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"files.autoSave": "afterDelay",
33
"files.autoSaveDelay": 30000,
44
"editor.codeActionsOnSave": {
5-
"source.fixAll.eslint": true
5+
"source.fixAll.eslint": "always"
66
},
77
"eslint.format.enable": true,
88
"[javascript]": {

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v3.0.0 (February 25, 2023)
1+
# v3.0.0 (June 03, 2024)
22

33
- New: porting to esm (type=module)
44
- Security: updated dependencies

LICENSE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Code and Contributions
44
5-
Copyright (c) 2023 Patryk Rzucidło (PTKDev)
5+
Copyright (c) 2024 Patryk Rzucidło (PTKDev)
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal
@@ -28,7 +28,7 @@ SOFTWARE.
2828

2929
> Images, assets and logos
3030
31-
Copyleft (c) 2023 Patryk Rzucidło (PTKDev)
31+
Copyleft (c) 2024 Patryk Rzucidło (PTKDev)
3232

3333
#### You are free to:
3434

@@ -50,7 +50,7 @@ No additional restrictions — You may not apply legal terms or technological me
5050

5151
> Documentation and Translations
5252
53-
Copyleft (c) 2023 Patryk Rzucidło (PTKDev)
53+
Copyleft (c) 2024 Patryk Rzucidło (PTKDev)
5454

5555
#### You are free to:
5656

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
151151
- Images and logos have **CC BY-NC 4.0 License**
152152
- Documentations and Translations have **CC BY 4.0 License**
153153

154-
###### Copyleft (c) 2023 [Patryk Rzucidło](https://ptk.dev) ([@PTKDev](https://twitter.com/ptkdev)) <[support@ptkdev.io](mailto:support@ptkdev.io)>
154+
###### Copyleft (c) 2024 [Patryk Rzucidło](https://ptk.dev) ([@PTKDev](https://twitter.com/ptkdev)) <[support@ptkdev.io](mailto:support@ptkdev.io)>

0 commit comments

Comments
 (0)