Browse Source

package: append `.git` to "repository" URL

v1.x
Nathan Rajlich 10 years ago
parent
commit
cc62433b0f
  1. 2
      package.json

2
package.json

@ -19,7 +19,7 @@
"pdf" "pdf"
], ],
"homepage": "https://github.com/learnboost/node-canvas", "homepage": "https://github.com/learnboost/node-canvas",
"repository": "git://github.com/learnboost/node-canvas", "repository": "git://github.com/learnboost/node-canvas.git",
"scripts": { "scripts": {
"test": "make test" "test": "make test"
}, },

Loading…
Cancel
Save