react-state-monad 1.0.11 → 1.0.12

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 +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-state-monad",
3
3
  "type": "module",
4
- "version": "1.0.11",
4
+ "version": "1.0.12",
5
5
  "description": "A set of hooks to manage/transform/filter states with monads in React",
6
6
  "keywords": [
7
7
  "maybe",
@@ -33,5 +33,5 @@
33
33
  "license": "GPL-3.0",
34
34
  "main": "dist/index.js",
35
35
  "module": "dist/index.mjs",
36
- "types": "index.d.ts"
36
+ "types": "dist/index.d.ts"
37
37
  }