Skip to content

Commit e20bfd3

Browse files
committed
added to npm
1 parent 193fe2b commit e20bfd3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ This cross-tab jQuery plugin keeps track of time and lets a user know before the
1111
- jQuery
1212
- jAlert (unless you override the callbacks) :: available here: https://github.com/HTMLGuyLLC/jAlert
1313

14+
## Available on NPM
15+
https://www.npmjs.com/package/jtimeout
16+
```
17+
npm i jtimeout
18+
```
1419

1520
## How to use
1621
```html

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jTimeout",
2+
"name": "jtimeout",
33
"version": "3.0.0",
44
"description": "jQuery session timeout handler",
55
"repository": {

0 commit comments

Comments
 (0)