Skip to content

Commit

Permalink
Merge pull request #11 from mauricedb/Bug-1-missing-meta-data
Browse files Browse the repository at this point in the history
Add metadata
  • Loading branch information
mauricedb committed Feb 8, 2021
2 parents d697915 + baaffba commit 85cd223
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,33 @@
{
"name": "cypress-react-router",
"description": "Adds cy.historyPush() and cy.historyReplace() commands to the Cypress object to navigate using the React Router Dom history API. Both commands take the path and an optional state object as parameters.",
"author": "Maurice de Beijer",
"keywords": [
"cypress-react-router",
"cypress",
"cypress.io",
"commands",
"visit",
"cy.visit",
"react",
"router",
"route",
"routing",
"history",
"link",
"browserrouter",
"hashrouter"
],
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/mauricedb/cypress-react-router#readme",
"repository": {
"type": "git",
"url": "https://github.com/mauricedb/cypress-react-router.git"
},
"bugs": {
"url": "https://github.com/mauricedb/cypress-react-router/issues"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 85cd223

Please sign in to comment.