Skip to content

Commit

Permalink
fix: git ign
Browse files Browse the repository at this point in the history
  • Loading branch information
awibox authored and Andrei Arkhipov committed Mar 5, 2021
1 parent c77470c commit c5e558e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# compiled output
/tmp
/out-tsc
dist

# dependencies
/node_modules
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
"lint": "eslint --report-unused-disable-directives src",
Expand Down

0 comments on commit c5e558e

Please sign in to comment.