Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier committed Apr 18, 2020
1 parent 999ca96 commit aa1b7e9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.1.0] - 2020-04-18

### Added
- Option to silently ignore errors, effectively skipping dependencies which cannot be processed.

Expand Down
1 change: 1 addition & 0 deletions docs/api/browserify-dependencies.ioptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ export interface IOptions
| [dependencies](./browserify-dependencies.ioptions.dependencies.md) | <code>string[]</code> | List of dependencies to run browserify against |
| [inputDir](./browserify-dependencies.ioptions.inputdir.md) | <code>string</code> | Path to dependencies folder. |
| [outputDir](./browserify-dependencies.ioptions.outputdir.md) | <code>string</code> | Path to output directory. |
| [silentFailures](./browserify-dependencies.ioptions.silentfailures.md) | <code>boolean</code> | Silently ignore failed browserify runs. |

13 changes: 13 additions & 0 deletions docs/api/browserify-dependencies.ioptions.silentfailures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@userfrosting/browserify-dependencies](./browserify-dependencies.md) &gt; [IOptions](./browserify-dependencies.ioptions.md) &gt; [silentFailures](./browserify-dependencies.ioptions.silentfailures.md)

## IOptions.silentFailures property

Silently ignore failed browserify runs.

<b>Signature:</b>

```typescript
silentFailures?: boolean;
```
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/package.json",
"name": "@userfrosting/browserify-dependencies",
"version": "3.0.0",
"version": "3.1.0",
"description": "Run browserify against all dependencies defined in package.json",
"funding": "https://opencollective.com/userfrosting",
"main": "./dist/index.js",
Expand Down

0 comments on commit aa1b7e9

Please sign in to comment.