diff options
| author | Marin Ivanov <[email protected]> | 2019-04-27 09:45:34 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2019-04-27 09:45:34 +0300 |
| commit | bdf8fce4c2a1a51e1b2996e2dde8c3cf98dc8417 (patch) | |
| tree | c8385a98095e688c5003b793dc72d4099d245248 /package.json | |
| parent | a9b73cc643471a937eda430b77610579a09c25ce (diff) | |
Version 1.0.2
Add a repository link to the package.json file. Improve the usage
documentation and add ceveats section about once/when.
Add a test to ensure the current behaviour of once() and off().
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index f7e377c..3b758fb 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { "name": "nitt", - "version": "1.0.1", + "version": "1.0.2", "author": "Marin Ivanov <[email protected]>", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/metala/nitt.git" + }, "scripts": { "build": "microbundle", "dev": "microbundle watch", |
