Skip to content

Commit

Permalink
add files in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwei0 committed Jun 18, 2017
1 parent 5dd6cfd commit e078d23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "immutability-helper-x",
"version": "1.0.2",
"version": "1.0.3",
"description": "expand the immutability-helper, to support update by path string, like the get/set in lodash",
"main": "lib/index.js",
"keywords": [
Expand Down Expand Up @@ -34,6 +34,10 @@
"dependencies": {
"immutability-helper": "^2.2.2"
},
"files": [
"lib",
"src"
],
"jest": {
"testRegex": "(/__tests__/.*\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
Expand Down

0 comments on commit e078d23

Please sign in to comment.