react-usespinner 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,5 @@
1
- import useSpinner from "./usespinner";
2
- export { useSpinner };
1
+ import useSpinner from "./usespinner";
2
+
3
+ export {
4
+ useSpinner
5
+ }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "react-usespinner",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "track actions in progress to know if a spinner should be display. Actions expire within 10 seconds if not expired in code",
5
5
  "private": false,
6
6
  "license": "MIT",
7
- "main": "dist/index.js",
7
+ "main": "dist/index.ts",
8
8
  "author": "cairnswm",
9
9
  "repository": {
10
10
  "type": "git",