aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-12-09 23:05:16 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2016-12-09 23:05:16 +0100
commit1ef46a73e61968a60cc7b2e700381d719165b86c (patch)
tree149254957c32edbba289901cbf5caeaf5e3284da /package.json
parent98a180b8830e9a671c31e7efdff5c51afb0a6861 (diff)
package.json: use shorter form of repository.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index 396be07..5521435 100644
--- a/package.json
+++ b/package.json
@@ -8,9 +8,7 @@
"commonmark",
"markdown"
],
- "repository":
- { "type": "git",
- "url": "https://github.com/jgm/CommonMark.git" },
+ "repository": "jgm/CommonMark",
"license": "MIT",
"files": [
"index.js",