Skip to content

Commit

Permalink
Update files in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechabot committed Aug 1, 2020
1 parent 9bac770 commit f777ed8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-entity",
"version": "8.0.19",
"version": "8.0.20",
"description": "A predictable approach to managing domain entities in Redux.",
"main": "./lib/index.js",
"typings": "./index.d.ts",
Expand All @@ -14,7 +14,8 @@
"example": "node example.js"
},
"files": [
"/lib"
"/lib",
"index.d.ts"
],
"engines": {
"node": ">= 10.0.0",
Expand Down

0 comments on commit f777ed8

Please sign in to comment.