Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan committed Jul 17, 2018
1 parent e8d7cff commit ecc4125
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-qparams",
"version": "0.1.1",
"version": "0.2.0",
"description": "Read and manipulate url query parameters with a render prop!",
"main": "dist/index.js",
"repository": "https://github.com/NLincoln/react-qparams",
Expand Down Expand Up @@ -40,8 +40,9 @@
"rollup-plugin-node-resolve": "^3.3.0"
},
"jest": {
"setupTestFrameworkScriptFile":
"<rootDir>/node_modules/jest-enzyme/lib/index.js",
"setupFiles": ["<rootDir>/setupTests.js"]
"setupTestFrameworkScriptFile": "<rootDir>/node_modules/jest-enzyme/lib/index.js",
"setupFiles": [
"<rootDir>/setupTests.js"
]
}
}

0 comments on commit ecc4125

Please sign in to comment.