Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit b517faa

Browse files
committed
fix misplaced default line
1 parent b8410ee commit b517faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ browserify({
105105
})
106106
```
107107

108+
**Default**: `undefined`
109+
108110
## Modifying default options
109111

110112
The default options are provided as `browserify.defaultOptions` so they can be more easily modified.
@@ -122,8 +124,6 @@ module.exports = (register, config) => {
122124
}
123125
```
124126

125-
**Default**: `undefined`
126-
127127
## License
128128

129129
This project is licensed under the terms of the [MIT license](/LICENSE.md).

0 commit comments

Comments
 (0)