@madkarma/result 1.0.1 → 1.0.2
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@madkarma/result",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Rust's Result type, for TypeScript",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"prettier": "3.8.3",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"patch": "bun pm version patch && bun run tags",
|
|
26
26
|
"minor": "bun pm version minor && bun run tags",
|
|
27
27
|
"major": "bun pm version major && bun run tags",
|
|
28
|
-
"
|
|
28
|
+
"prepare": "git config core.hooksPath .githooks"
|
|
29
29
|
},
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|