use-current-effect
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "use-current-effect", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "useEffect hook with injected current flag", | ||
@@ -26,3 +26,4 @@ "main": "dist/index.js", | ||
"typescript": "^3.5.3" | ||
} | ||
}, | ||
"types": "dist/index.d.ts" | ||
} |
@@ -8,2 +8,4 @@ { | ||
"sourceMap": true, | ||
"declaration": true, | ||
"declarationDir": "./dist", | ||
"outDir": "./dist", | ||
@@ -10,0 +12,0 @@ "lib": ["es2015"] |
8799
16
109