Skip to content

Commit

Permalink
Update repo URLs in packages (#3148)
Browse files Browse the repository at this point in the history
  • Loading branch information
YasharF authored and ForbesLindesay committed Jun 4, 2019
1 parent 8fcf81d commit 4fd657a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/pug-attrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-code-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-lexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-linker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-load/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-strip-comments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <timothygu99@gmail.com>",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-walk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/pug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 4fd657a

Please sign in to comment.