diff options
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", |
