Skip to content

Commit 77a1aec

Browse files
committed
update to master.
2 parents ee059e4 + 793d638 commit 77a1aec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,10 @@ module.exports = config;
4747
Once the build finishes, a child process is spawned firing both a python and node script.
4848

4949
### API
50-
* onBuildStart: **Array[]**, array of scripts to execute on the initial build. **Default: []**
51-
* onBuildEnd: **Array[]**, array of scripts to execute after files are emitted. **Default: []**
50+
* onBuildStart: **Array[ ]**, array of scripts to execute on the initial build. **Default: [ ]**
51+
* onBuildEnd: **Array[ ]**, array of scripts to execute after files are emitted. **Default: [ ]**
5252
* dev: **Boolean**, switch for development environments. This causes scripts to only execute once. Useful for running HMR on webpack-dev-server. **Default: false**
5353

54-
Enjoy
55-
5654
### Contributions
5755
[Yair Tavor]("http://stackoverflow.com/users/3054454/yair-tavor")
5856

0 commit comments

Comments
 (0)