add repo url

This commit is contained in:
daniel-j 2016-08-16 14:28:21 +02:00
parent 204a431976
commit 44a641e7d3
2 changed files with 6 additions and 2 deletions

View file

@ -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"

View file

@ -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"
},