utilitish 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## Licence
|
|
2
2
|
|
|
3
|
-
Ce projet est distribué sous licence [
|
|
3
|
+
Ce projet est distribué sous licence [MIT](https://opensource.org/licenses/MIT) © 2025 Donovan Ferreira.
|
|
4
4
|
|
|
5
5
|
Ceci est une petite librairie qui ajoute plusieurs méthodes au prototype JavaScript.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "utilitish",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.22",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/FDonovan12/utilitish.git"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"utils"
|
|
36
36
|
],
|
|
37
37
|
"author": "Donovan Ferreira <donovanferreira12@gmail.com> (https://github.com/FDonovan12)",
|
|
38
|
-
"license": "
|
|
38
|
+
"license": "MIT",
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/jest": "^29.5.14",
|
|
41
41
|
"jest": "^29.7.0",
|