Skip to content

Commit

Permalink
update package.json for new repo location and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
cdent committed Oct 13, 2013
1 parent 9a7af69 commit 3e847b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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"
Expand Down

0 comments on commit 3e847b0

Please sign in to comment.