Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier committed Jun 5, 2019
1 parent d098139 commit 5a0459c
Show file tree
Hide file tree
Showing 3 changed files with 4 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]

## [1.0.1] - 2019-06-05

### Fixed
- Failure on successive runs due to attempting to delete a file using directory methods. Scenario now addressed in unit tests.

Expand Down
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,6 +1,6 @@
{
"name": "@userfrosting/browserify-dependencies",
"version": "1.0.0",
"version": "1.0.1",
"description": "Run browserify against all dependencies defined in package.json",
"main": "./dist/index.js",
"module": "./dist/main.js",
Expand Down

0 comments on commit 5a0459c

Please sign in to comment.