Skip to content

Commit

Permalink
fix: non-significant changes in package.json (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
queses authored Dec 26, 2023
1 parent de25fe9 commit 2dfab14
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 17 deletions.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
- [ ] Code is up-to-date with the `main` branch
- [ ] `npm run lint` passes with this change
- [ ] `npm run test` passes with this change
- [ ] This pull request links relevant issues as `Fixes #0000`
- [ ] There are new or updated unit tests validating the change
- [ ] Documentation has been updated to reflect this change
- [ ] The new commits follow conventions outlined in the [conventional commit spec](https://www.conventionalcommits.org/en/v1.0.0/)
Expand Down
32 changes: 23 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chai-recursive-match",
"version": "1.4.0",
"version": "0.0.0-development",
"description": "A chai plugin that adds recursive deep equality assertions",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -35,12 +35,19 @@
"typescript",
"mocha",
"chai",
"test"
"chai-plugin",
"plugin",
"test",
"match",
"similar",
"includes",
"equal",
"recursive"
],
"bugs": {
"url": "https://github.com/ryansonshine/chai-recursive-match/issues"
"url": "https://github.com/queses/chai-recursive-match/issues"
},
"homepage": "https://github.com/ryansonshine/chai-recursive-match#readme",
"homepage": "https://github.com/queses/chai-recursive-match#readme",
"devDependencies": {
"@ryansonshine/commitizen": "^4.2.8",
"@ryansonshine/cz-conventional-changelog": "^3.3.4",
Expand All @@ -49,6 +56,7 @@
"@types/node": "^12.20.11",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"chai": "^4.3.10",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
Expand Down Expand Up @@ -114,8 +122,5 @@
"@semantic-release/npm",
"@semantic-release/github"
]
},
"dependencies": {
"chai": "^4.3.10"
}
}

0 comments on commit 2dfab14

Please sign in to comment.