Skip to content

Commit

Permalink
Change website URL in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Jul 17, 2012
1 parent 0544873 commit caba737
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{ "name" : "canopy"
, "description" : "PEG parser compiler for JavaScript"
, "homepage" : "https://github.com/jcoglan/canopy"
, "homepage" : "http://canopy.jcoglan.com"
, "author" : "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)"
, "keywords" : ["parser", "compiler", "peg"]

Expand All @@ -15,12 +15,12 @@

, "bugs" : {"url": "http://github.com/jcoglan/canopy/issues"}

, "license" : { "type" : "MIT"
, "url" : "http://www.opensource.org/licenses/mit-license.php"
, "license" : { "type" : "MIT"
, "url" : "http://www.opensource.org/licenses/mit-license.php"
}

, "repository" : { "type" : "git"
, "url" : "git://github.com/jcoglan/canopy.git"
, "repository" : { "type" : "git"
, "url" : "git://github.com/jcoglan/canopy.git"
}
}

0 comments on commit caba737

Please sign in to comment.