Skip to content

git:// should be git+https:// #3

Description

@nicklassigurdh

We have a firewall that blocks git:// so we need to use https:// instead of git://

package.json:
{
"name": "amd-doc",
"title": "amd-doc",
"description": "Documentation generator for AMD-based projects",
"version": "0.2.0",
"homepage": "https://github.com/zship/amd-doc",
"author": "Zach Shipley zach@zachshipley.com",
"repository": {
"type": "git",
"url": "https://github.com/zship/amd-doc"
},
"license": "MIT",
"main": "amddoc.js",
"dependencies": {
"grunt": "0.4.x",
"grunt-lib-amd": "0.1.x",
"underscore": "1.4.x",
"deferreds": "0.2.x",
"jade": "0.27.x",
"marked": "0.2.x",
"highlight.js": "7.3.x",
"taffy": "2.6.x",
"jsdoc": "git+https://github.com/jsdoc3/jsdoc.git#v3.1.1"
},
"keywords": [
"gruntplugin",
"amd"
]
}

Is that possible to change? We would love to test your documentation generator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions