From c479ba6195aea323f36346b8452feae3d230eefe Mon Sep 17 00:00:00 2001 From: Neuman Vong Date: Sat, 2 May 2020 22:41:53 +0800 Subject: [PATCH] bump to v1.0.11 --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0850b58..e2d4eb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fill-me-in", - "version": "1.0.10", + "version": "1.0.11", "description": "Prototyping library for JSON-driven web pages", "main": "index.js", "type": "module", @@ -12,6 +12,10 @@ ], "author": "Neuman Vong", "license": "MIT", + "repository": { + "type" : "git", + "url" : "https://github.com/luciferous/fill-me-in.git" + } "devDependencies": { "chai": "^4.2.0", "mocha": "^6.2.1",