aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2019-04-27 09:45:34 +0300
committerMarin Ivanov <[email protected]>2019-04-27 09:45:34 +0300
commitbdf8fce4c2a1a51e1b2996e2dde8c3cf98dc8417 (patch)
treec8385a98095e688c5003b793dc72d4099d245248 /package.json
parenta9b73cc643471a937eda430b77610579a09c25ce (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.json6
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",