Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericbeaumet committed Aug 19, 2019
1 parent c0260c9 commit 2d8b45c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Default: `{}`

#### options.files

Type: `string` / `string[]`
Type: `string | string[]`
Default: `['**/*']`

This defines which files are concatenated. This string will be interpreted as a
Expand Down Expand Up @@ -83,7 +83,7 @@ to `true`.

#### options.insertNewLine

Type: `boolean` | `string`
Type: `boolean | string`
Default: `true`

Whether a trailing new line (`\n`) should be appended after each concatenated
Expand All @@ -104,7 +104,7 @@ and deleted from the build (thus only keeping the newly created file at

#### options.searchPaths

Type: `string` / `string[]`
Type: `string | string[]`
Default: `[]`

Specify additional paths to search. The paths are resolved relatively to
Expand Down

0 comments on commit 2d8b45c

Please sign in to comment.