Skip to content

Commit

Permalink
Merge pull request browserify#49 from marlun78/patch-1
Browse files Browse the repository at this point in the history
Fixing broken links
  • Loading branch information
stevemao authored Nov 1, 2017
2 parents 73dc6b1 + b084f65 commit 05798f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ front or backend alike.
- [build your own browserify](#build-your-own-browserify)
- [labeled phases](#labeled-phases)
- [deps](#deps)
- [insert-module-globals](#insert-module-globals)
- [json](#json)
- [unbom](#unbom)
- [syntax](#syntax)
Expand Down Expand Up @@ -2364,7 +2363,7 @@ module-deps is invoked with some customizations here such as:
* filtering out external, excluded, and ignored files
* setting the default extensions for `.js` and `.json` plus options configured
in the `opts.extensions` parameter in the browserify constructor
* configuring a global [insert-module-globals](#insert-module-globals)
* configuring a global [insert-module-globals](https://github.com/substack/insert-module-globals)
transform to detect and implement `process`, `Buffer`, `global`, `__dirname`,
and `__filename`
* setting up the list of node builtins which are shimmed by browserify
Expand Down

0 comments on commit 05798f0

Please sign in to comment.