Skip to content

Commit

Permalink
Merge pull request #22 from lifechurch/cm/fixes_build_bug
Browse files Browse the repository at this point in the history
fixes build bug
  • Loading branch information
CodyMcMichael authored Dec 15, 2018
2 parents 1b9f5a7 + 6d345b2 commit 3005f5e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
src
src
docs
tests
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
* Fix state properties cross reducer collision
* Find validstate reducer based on state default

## 1.1.1 - 2018-12-16
### Changed
* Added the `/tests` and `/docs` directories to the `.npmignore` file

### Fixed
* Fixed a bug where the `/tests` and `/docs` directories were included in the build and causing the app to fail.

## 1.1.0 - 2018-09-04
### Added
* Adds the ability to run validations on nested objects (nth) levels deep.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "validstate",
"version": "1.1.0",
"version": "1.1.1",
"description": "Seamless and easy Redux state Validation",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 3005f5e

Please sign in to comment.