react-page-loading-bar 1.0.9 → 1.0.10

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 +1 -2
package/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "react-page-loading-bar",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "A react top loading bar component for page loads",
5
5
  "author": {
6
6
  "name": "SyntaxisCS",
7
7
  "url": "https://syntaxiscs.com"
8
8
  },
9
- "type": "module",
10
9
  "source": "src/index.ts",
11
10
  "main": "./build/index.js",
12
11
  "module": "./build/index.modern.js",