Skip to content

Commit e821f73

Browse files
committed
fix: git ign
1 parent d71b71e commit e821f73

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# compiled output
22
/tmp
33
/out-tsc
4-
dist
54

65
# dependencies
76
/node_modules

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "react-promise-loader",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "This is NPM package with a component for React that will help you display the loader at use react-promise-tracker",
5-
"main": "./dist/index.js",
5+
"main": "./src/index.js",
66
"scripts": {
77
"build": "webpack --mode production",
88
"lint": "eslint --report-unused-disable-directives src",

0 commit comments

Comments
 (0)