Skip to content

Commit

Permalink
Merge pull request #867 from pmcelhaney/patch-package-dependency
Browse files Browse the repository at this point in the history
move patch-package to dependendencies so it won't mess up install
  • Loading branch information
pmcelhaney authored Apr 24, 2024
2 parents 20d47c6 + cb1e12b commit 7d39f8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wise-starfishes-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"counterfact": patch
---

move patch-package to dependencies so it won't mess up install
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"jest": "29.7.0",
"node-mocks-http": "1.14.1",
"nodemon": "3.1.0",
"patch-package": "8.0.0",
"rimraf": "5.0.5",
"stryker-cli": "1.0.2",
"supertest": "6.3.4",
Expand All @@ -99,6 +98,7 @@
"koa2-swagger-ui": "5.10.0",
"node-fetch": "3.3.2",
"open": "10.1.0",
"patch-package": "8.0.0",
"prettier": "3.2.5",
"typescript": "5.4.5"
}
Expand Down

0 comments on commit 7d39f8f

Please sign in to comment.