File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# module-deps
2
2
3
3
walk the dependency graph to generate json output that can be fed into
4
- [ browser-pack] ( https://github.com/substack /browser-pack )
4
+ [ browser-pack] ( https://github.com/browserify /browser-pack )
5
5
6
- [ ![ build status] ( https://secure.travis-ci.org/substack /module-deps.png )] ( http://travis-ci.org/substack /module-deps )
6
+ [ ![ build status] ( https://secure.travis-ci.org/browserify /module-deps.png )] ( http://travis-ci.org/browserify /module-deps )
7
7
8
8
# example
9
9
@@ -30,7 +30,7 @@ $ node example/deps.js
30
30
```
31
31
32
32
and you can feed this json data into
33
- [ browser-pack] ( https://github.com/substack /browser-pack ) :
33
+ [ browser-pack] ( https://github.com/browserify /browser-pack ) :
34
34
35
35
```
36
36
$ node example/deps.js | browser-pack | node
You can’t perform that action at this time.
0 commit comments