diff --git a/packages/pug-attrs/package.json b/packages/pug-attrs/package.json index 430746789..41a80f32a 100644 --- a/packages/pug-attrs/package.json +++ b/packages/pug-attrs/package.json @@ -15,7 +15,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/pugjs/pug-attrs.git" + "url": "https://github.com/pugjs/pug/tree/master/packages/pug-attrs" }, "author": "Forbes Lindesay", "license": "MIT" diff --git a/packages/pug-code-gen/package.json b/packages/pug-code-gen/package.json index f2b02885e..412d345e3 100644 --- a/packages/pug-code-gen/package.json +++ b/packages/pug-code-gen/package.json @@ -20,7 +20,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/pugjs/pug-code-gen.git" + "url": "https://github.com/pugjs/pug/tree/master/packages/pug-code-gen" }, "author": "Forbes Lindesay", "license": "MIT" diff --git a/packages/pug-error/package.json b/packages/pug-error/package.json index 6c2c9c6df..545f8aaf3 100644 --- a/packages/pug-error/package.json +++ b/packages/pug-error/package.json @@ -10,7 +10,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/pugjs/pug-error.git" + "url": "https://github.com/pugjs/pug/tree/master/packages/pug-error" }, "author": "Forbes Lindesay", "license": "MIT" diff --git a/packages/pug-filters/package.json b/packages/pug-filters/package.json index ab640c0ff..2fea89aa8 100644 --- a/packages/pug-filters/package.json +++ b/packages/pug-filters/package.json @@ -33,7 +33,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/pugjs/pug-filters.git" + "url": "https://github.com/pugjs/pug/tree/master/packages/pug-filters" }, "author": "Forbes Lindesay", "license": "MIT" diff --git a/packages/pug-lexer/package.json b/packages/pug-lexer/package.json index 838cc46ed..c1ff30826 100644 --- a/packages/pug-lexer/package.json +++ b/packages/pug-lexer/package.json @@ -18,7 +18,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/pugjs/pug-lexer.git" + "url": "https://github.com/pugjs/pug/tree/master/packages/pug-lexer" }, "author": "ForbesLindesay", "license": "MIT" diff --git a/packages/pug-linker/package.json b/packages/pug-linker/package.json index 8a13f270d..bf60ae6fe 100644 --- a/packages/pug-linker/package.json +++ b/packages/pug-linker/package.json @@ -19,7 +19,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/pugjs/pug-linker.git" + "url": "https://github.com/pugjs/pug/tree/master/packages/pug-linker" }, "author": "Forbes Lindesay", "license": "MIT" diff --git a/packages/pug-load/package.json b/packages/pug-load/package.json index 2f3743890..2aef07adb 100644 --- a/packages/pug-load/package.json +++ b/packages/pug-load/package.json @@ -18,7 +18,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/pugjs/pug-load.git" + "url": "https://github.com/pugjs/pug/tree/master/packages/pug-load" }, "author": "ForbesLindesay", "license": "MIT" diff --git a/packages/pug-parser/package.json b/packages/pug-parser/package.json index 16fc3dc42..feafbbc46 100644 --- a/packages/pug-parser/package.json +++ b/packages/pug-parser/package.json @@ -18,7 +18,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/pugjs/pug-parser.git" + "url": "https://github.com/pugjs/pug/tree/master/packages/pug-parser" }, "author": "ForbesLindesay", "license": "MIT" diff --git a/packages/pug-runtime/package.json b/packages/pug-runtime/package.json index 247f0a8ee..67a367866 100644 --- a/packages/pug-runtime/package.json +++ b/packages/pug-runtime/package.json @@ -22,7 +22,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/pugjs/pug-runtime.git" + "url": "https://github.com/pugjs/pug/tree/master/packages/pug-runtime" }, "browser": { "fs": false diff --git a/packages/pug-strip-comments/package.json b/packages/pug-strip-comments/package.json index 49d6b7423..683f7c447 100644 --- a/packages/pug-strip-comments/package.json +++ b/packages/pug-strip-comments/package.json @@ -16,7 +16,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/pugjs/pug-strip-comments.git" + "url": "https://github.com/pugjs/pug/tree/master/packages/pug-strip-comments" }, "author": "Timothy Gu ", "license": "MIT" diff --git a/packages/pug-walk/package.json b/packages/pug-walk/package.json index e20552fb1..8c4976369 100644 --- a/packages/pug-walk/package.json +++ b/packages/pug-walk/package.json @@ -14,7 +14,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/pugjs/pug-walk.git" + "url": "https://github.com/pugjs/pug/tree/master/packages/pug-walk" }, "author": "ForbesLindesay", "license": "MIT" diff --git a/packages/pug/package.json b/packages/pug/package.json index 6f53ca721..a5286e457 100644 --- a/packages/pug/package.json +++ b/packages/pug/package.json @@ -22,7 +22,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/pugjs/pug" + "url": "https://github.com/pugjs/pug/tree/master/packages/pug" }, "main": "lib", "dependencies": {