react-state-monad 1.0.5 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-state-monad",
3
3
  "type": "module",
4
- "version": "1.0.5",
4
+ "version": "1.0.7",
5
5
  "description": "A set of hooks to manage/transform/filter states with monads in React",
6
6
  "keywords": [
7
7
  "maybe",
@@ -15,7 +15,7 @@
15
15
  "scripts": {
16
16
  "validateTypes": "tsc --noEmit",
17
17
  "build": "tsup src/index.ts --format cjs,esm --dts",
18
- "cleanBuild" : "rm -rf dist"
18
+ "cleanBuild": "rm -rf dist"
19
19
  },
20
20
  "dependencies": {
21
21
  "react": "^19.0.0"
@@ -31,7 +31,7 @@
31
31
  "url": "https://github.com/alvmivan"
32
32
  },
33
33
  "license": "GPL-3.0",
34
- "main": "dist/index.js",
35
- "module": "dist/index.mjs",
36
- "types": "dist/types/index.d.ts"
34
+ "main": "dist/index.js",
35
+ "module": "dist/index.mjs",
36
+ "types": "dist/types/index.d.ts"
37
37
  }