Skip to content

Commit

Permalink
fix: move @metamask/utils from devDeps to deps (#168)
Browse files Browse the repository at this point in the history
- Was added as devDependency while importing in runtime in #158.
  • Loading branch information
legobeat committed Oct 23, 2023
1 parent 320f359 commit de71b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"changelog": "node dist/cli.js"
},
"dependencies": {
"@metamask/utils": "^8.1.0",
"diff": "^5.0.0",
"execa": "^5.1.1",
"prettier": "^2.8.8",
Expand All @@ -43,7 +44,6 @@
"@metamask/eslint-config-jest": "^11.1.0",
"@metamask/eslint-config-nodejs": "^11.1.0",
"@metamask/eslint-config-typescript": "^11.1.0",
"@metamask/utils": "^8.1.0",
"@types/cross-spawn": "^6.0.2",
"@types/diff": "^5.0.0",
"@types/jest": "^26.0.23",
Expand Down

0 comments on commit de71b88

Please sign in to comment.