Skip to content

Commit

Permalink
chore: merge PR #13 from AmrAhmedA/dev
Browse files Browse the repository at this point in the history
fix: ts declaration file
  • Loading branch information
AmrAhmedA authored Sep 3, 2023
2 parents c277259 + 3654a4d commit 2ded97a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## React Network Status Notification (React-nsn) [![License](https://img.shields.io/npm/l/react-nsn)](https://github.com/AmrAhmedA/react-nsn/blob/main/LICENSE)
## React Network Status Notification (React-nsn) [![License](https://img.shields.io/npm/l/react-nsn)](https://github.com/AmrAhmedA/react-nsn/blob/main/LICENSE) ![npm](https://img.shields.io/npm/dm/react-nsn)



Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-nsn",
"version": "1.3.1",
"version": "1.3.2",
"private": false,
"description": "A very lightweight and customizable online network status notification built for react apps.",
"license": "MIT",
Expand Down Expand Up @@ -40,12 +40,12 @@
"type-check": "tsc --pretty --noEmit"
},
"files": [
"dist",
"dist/*.css"
"dist"
],
"main": "./dist/react-nsn.cjs",
"module": "./dist/react-nsn.js",
"source": "src/nsn.ts",
"types": "./dist/react-nsn.d.ts",
"exports": {
".": {
"import": "./dist/react-nsn.js",
Expand Down

0 comments on commit 2ded97a

Please sign in to comment.