react-usespinner 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,2 @@
1
- import useSpinner from "./usespinner";
2
-
3
- export {
4
- useSpinner
5
- }
1
+ import useSpinner from "./usespinner";
2
+ export { useSpinner };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-usespinner",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
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",