We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71b71e commit e821f73Copy full SHA for e821f73
.gitignore
@@ -1,7 +1,6 @@
1
# compiled output
2
/tmp
3
/out-tsc
4
-dist
5
6
# dependencies
7
/node_modules
package.json
@@ -1,8 +1,8 @@
{
"name": "react-promise-loader",
- "version": "1.0.9",
+ "version": "1.0.10",
"description": "This is NPM package with a component for React that will help you display the loader at use react-promise-tracker",
- "main": "./dist/index.js",
+ "main": "./src/index.js",
"scripts": {
"build": "webpack --mode production",
8
"lint": "eslint --report-unused-disable-directives src",
0 commit comments