From bdf8fce4c2a1a51e1b2996e2dde8c3cf98dc8417 Mon Sep 17 00:00:00 2001 From: Marin Ivanov Date: Sat, 27 Apr 2019 09:45:34 +0300 Subject: 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(). --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'package.json') 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 ", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/metala/nitt.git" + }, "scripts": { "build": "microbundle", "dev": "microbundle watch", -- cgit v1.2.3