Skip to content

Commit

Permalink
1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Dec 19, 2017
1 parent 7730d19 commit c238cc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-collapse",
"version": "1.7.6",
"version": "1.7.7",
"description": "rc-collapse ui component for react",
"keywords": [
"react",
Expand Down Expand Up @@ -55,7 +55,9 @@
"lint"
],
"jest": {
"setupFiles": ["./tests/setup.js"],
"setupFiles": [
"./tests/setup.js"
],
"collectCoverageFrom": [
"src/*"
],
Expand Down

0 comments on commit c238cc3

Please sign in to comment.