Skip to content

Commit f79e59f

Browse files
soryy708goto-bus-stop
andcommittedSep 27, 2019
Change URLs from "Substack" (someones personal site & acc) to "browserify" (#369)
* Change URLs to browserify * fixup * Change URLs to browserify * Update package.json Co-Authored-By: Renée Kooi <renee@kooi.me> * Update readme.markdown Co-Authored-By: Renée Kooi <renee@kooi.me>
1 parent bd2f677 commit f79e59f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "git://github.com/substack/watchify.git"
29+
"url": "git://github.com/browserify/watchify.git"
3030
},
31-
"homepage": "https://github.com/substack/watchify",
31+
"homepage": "https://github.com/browserify/watchify",
3232
"keywords": [
3333
"browserify",
3434
"browserify-tool",

‎readme.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ var watchify = require('watchify');
9090

9191
## watchify(b, opts)
9292

93-
watchify is a browserify [plugin](https://github.com/substack/node-browserify#bpluginplugin-opts), so it can be applied like any other plugin.
93+
watchify is a browserify [plugin](https://github.com/browserify/browserify#bpluginplugin-opts), so it can be applied like any other plugin.
9494
However, when creating the browserify instance `b`, **you MUST set the `cache`
9595
and `packageCache` properties**:
9696

@@ -107,7 +107,7 @@ var b = browserify({
107107
});
108108
```
109109

110-
**By default, watchify doesn't display any output, see [events](https://github.com/substack/watchify#events) for more info.**
110+
**By default, watchify doesn't display any output, see [events](https://github.com/browserify/watchify#events) for more info.**
111111

112112
`b` continues to behave like a browserify instance except that it caches file
113113
contents and emits an `'update'` event when a file changes. You should call
@@ -240,7 +240,7 @@ to get just the library.
240240

241241
## rebuilds on OS X never trigger
242242

243-
It may be related to a bug in `fsevents` (see [#250](https://github.com/substack/watchify/issues/205#issuecomment-98672850)
243+
It may be related to a bug in `fsevents` (see [#250](https://github.com/browserify/watchify/issues/205#issuecomment-98672850)
244244
and [stackoverflow](http://stackoverflow.com/questions/26708205/webpack-watch-isnt-compiling-changed-files/28610124#28610124)).
245245
Try the `--poll` flag
246246
and/or renaming the project's directory - that might help.

0 commit comments

Comments
 (0)
Please sign in to comment.