From 44a641e7d3832ca8728de128bb25ffcd483660a0 Mon Sep 17 00:00:00 2001 From: daniel-j Date: Tue, 16 Aug 2016 14:28:21 +0200 Subject: [PATCH] add repo url --- extension/manifest.json | 2 +- package.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index 826d43a..9342ccf 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -4,7 +4,7 @@ "name": "fimfic2epub", "short_name": "fimfic2epub", "description": "Improved EPUB exporter for Fimfiction", - "version": "1.1.2", + "version": "1.1.3", "icons": { "128": "icon-128.png" diff --git a/package.json b/package.json index 8c45771..9e1c41a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { "name": "fimfic2epub", - "version": "1.1.2", + "version": "1.1.3", "description": "Tool to generate EPUB ebooks from fimfiction stories", "author": "djazz", + "repository": { + "type": "git", + "url": "https://github.com/daniel-j/fimfic2epub.git" + }, "scripts": { "build": "gulp -p" },