Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chtushar committed Oct 16, 2023
1 parent 8fd88ff commit f149ade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@

## Credits:

- [shimmer.js](https://github.com/othiym23/shimmer/tree/master) - Patchie is heavily inspired by the shimmer package. Shimmer is unmaintained for last 5 years. It doesn't have strong types with few minor edge cases.
- [shimmer.js](https://github.com/othiym23/shimmer/tree/master) - Patchie is heavily inspired by the shimmer package. Shimmer is unmaintained for last 5 years and have few minor edge cases.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
"strict": true /* Enable all strict type-checking options. */,
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
"declaration": true
"declaration": true,
"removeComments": true
}
}

0 comments on commit f149ade

Please sign in to comment.