Skip to content

Commit

Permalink
Merge pull request #19 from xx45/dev
Browse files Browse the repository at this point in the history
fix: fix clone
  • Loading branch information
iamkun authored Apr 13, 2018
2 parents 680d302 + 4164b2b commit 405c952
Show file tree
Hide file tree
Showing 4 changed files with 1,775 additions and 3 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
],
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
"collectCoverage": true,
"collectCoverageFrom": [
"src/*",
"!src/cloneDeep.js"
]
},
"author": "",
"license": "MIT",
Expand All @@ -40,5 +44,6 @@
"rollup": "^0.57.1",
"rollup-plugin-babel": "^4.0.0-beta.4",
"rollup-plugin-uglify": "^3.0.0"
}
},
"dependencies": {}
}
Loading

0 comments on commit 405c952

Please sign in to comment.