Skip to content

Commit

Permalink
fix issue with copyfiles not being a dependency of iniquity.
Browse files Browse the repository at this point in the history
  • Loading branch information
ispyhumanfly committed Oct 12, 2023
1 parent 201e6ee commit 0de2fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/iniquity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@types/hjson": "^2.4.3",
"@types/node": "^12.20.49",
"@types/yargs": "17.0.10",
"copyfiles": "^2.4.1",
"cpy-cli": "^4.1.0",
"rollup": "^2.58.0",
"typescript": "^4.4.3"
Expand All @@ -42,6 +41,7 @@
"iq": "./dist/src/index.js"
},
"dependencies": {
"copyfiles": "^2.4.1",
"app-root-path": "^3.0.0",
"docker-cli-js": "^2.9.0",
"docker-compose": "^0.23.17",
Expand Down

0 comments on commit 0de2fa7

Please sign in to comment.