From 3e847b0d7365d286c3a46072460e472c16143d21 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Sun, 13 Oct 2013 15:24:58 +0100 Subject: [PATCH] update package.json for new repo location and new version --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fbd06c8..0f37f7b 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "twikifier", "description": "A node.js based wikifier for TiddlyWiki text.", - "version": "0.2.3", - "homepage": "https://github.com/cdent/twikifier", + "version": "0.3.0", + "homepage": "https://github.com/tiddlyweb/twikifier", "author": "Chris Dent", "contributors": "Ben Paddock", "repository": { "type": "git", - "url": "git://github.com/cdent/twikifier.git" + "url": "git://github.com/tiddlyweb/twikifier.git" }, "bugs": { - "url": "https://github.com/cdent/twikifier/issues" + "url": "https://github.com/tiddlyweb/twikifier/issues" }, "scripts": { "test": "grunt test"