Skip to content

Commit 1a086c0

Browse files
committed
update links
1 parent 3082327 commit 1a086c0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "2.3.0",
55
"author": "Renée Kooi <[email protected]>",
66
"bugs": {
7-
"url": "https://github.com/goto-bus-stop/tinyify/issues"
7+
"url": "https://github.com/browserify/tinyify/issues"
88
},
99
"dependencies": {
1010
"browser-pack-flat": "^3.0.0",
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"standard": "^10.0.3"
1919
},
20-
"homepage": "https://github.com/goto-bus-stop/tinyify",
20+
"homepage": "https://github.com/browserify/tinyify",
2121
"keywords": [
2222
"browserify",
2323
"minify",
@@ -29,7 +29,7 @@
2929
"main": "index.js",
3030
"repository": {
3131
"type": "git",
32-
"url": "https://github.com/goto-bus-stop/tinyify.git"
32+
"url": "https://github.com/browserify/tinyify.git"
3333
},
3434
"scripts": {
3535
"test": "standard"

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ a browserify plugin that runs various optimizations, so you don't have to instal
88

99
[npm-image]: https://img.shields.io/npm/v/tinyify.svg?style=flat-square
1010
[npm-url]: https://www.npmjs.com/package/tinyify
11-
[travis-image]: https://img.shields.io/travis/goto-bus-stop/tinyify.svg?style=flat-square
12-
[travis-url]: https://travis-ci.org/goto-bus-stop/tinyify
11+
[travis-image]: https://img.shields.io/travis/browserify/tinyify.svg?style=flat-square
12+
[travis-url]: https://travis-ci.org/browserify/tinyify
1313
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
1414
[standard-url]: http://npm.im/standard
1515

@@ -71,7 +71,7 @@ b.plugin('tinyify', { flat: false })
7171
[unassertify]: https://github.com/unassert-js/unassertify
7272
[envify]: https://github.com/hughsk/envify
7373
[uglifyify]: https://github.com/hughsk/uglifyify
74-
[common-shakeify]: https://github.com/goto-bus-stop/common-shakeify
74+
[common-shakeify]: https://github.com/browserify/common-shakeify
7575
[browser-pack-flat]: https://github.com/goto-bus-stop/browser-pack-flat
7676
[minify-stream]: https://github.com/goto-bus-stop/minify-stream
7777
[browser-pack]: https://github.com/browserify/browser-pack

0 commit comments

Comments
 (0)