[Pkg-javascript-commits] [node-keygrip] 51/68: simplify package.json
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Fri Jun 27 22:13:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to branch master
in repository node-keygrip.
commit 21fe21475b9a202db48cc11c5011d7428720d7f7
Author: Jonathan Ong <jonathanrichardong at gmail.com>
Date: Sat May 17 15:14:06 2014 -0700
simplify package.json
---
package.json | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/package.json b/package.json
index a8c1a34..35740da 100644
--- a/package.json
+++ b/package.json
@@ -5,13 +5,5 @@
"scripts": {
"test": "node test.js"
},
- "repository": {
- "type": "git",
- "url": "git://github.com/expressjs/keygrip.git"
- },
- "dependencies": {},
- "devDependencies": {},
- "engines": {
- "node": "*"
- }
+ "repository": "expressjs/keygrip"
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-keygrip.git
More information about the Pkg-javascript-commits
mailing list