Skip to content

Commit

Permalink
Add description and repository fields in package.json (#8)
Browse files Browse the repository at this point in the history
* docs: add github link

* docs: add description filed in package.json

* docs: add changeset
  • Loading branch information
wrn14897 authored Feb 15, 2023
1 parent 7dd09b3 commit 92d957b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/brave-glasses-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@deploysentinel/cypress-quarantine': patch
---

docs: add description and repository fields in package.json
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@deploysentinel/cypress-quarantine",
"license": "MIT",
"description": "Cypress plugin that helps devs to quarantine tests dynamically",
"version": "0.1.3",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -58,6 +59,11 @@
"*.ts": "eslint"
},
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/DeploySentinel/cypress-quarantine.git"
},
"homepage": "https://github.com/DeploySentinel/cypress-quarantine",
"keywords": [
"cypress",
"plugin",
Expand Down

0 comments on commit 92d957b

Please sign in to comment.