Skip to content

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricedb committed Feb 8, 2021
1 parent d697915 commit baaffba
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 baaffba

Please sign in to comment.