Browse Source

Fix github url in package.json

Vojta Jina 11 years ago
parent
commit
ad60231f6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
     "name": "amdefine",
     "description": "Provide AMD's define() API for declaring modules in the AMD format",
     "version": "0.0.4",
-    "homepage": "http://github.com/jrburke/amdefine.js",
+    "homepage": "http://github.com/jrburke/amdefine",
     "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",
     "licenses": [
         {