Skip to content

Commit

Permalink
fix: move sinon to dependencies from devDependencies
Browse files Browse the repository at this point in the history
@W-8722030@
sinon should be a dependency, not a dev dependency.
  • Loading branch information
shetzel committed Feb 21, 2021
1 parent 2196795 commit b13189d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"@salesforce/ts-types": "^1.4.4",
"archiver": "^5.2.0",
"debug": "^4.3.1",
"shelljs": "^0.8.4"
"shelljs": "^0.8.4",
"sinon": "^9.0.2"
},
"devDependencies": {
"@salesforce/dev-config": "^2.0.0",
Expand Down Expand Up @@ -83,7 +84,6 @@
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"pretty-quick": "^3.1.0",
"sinon": "^9.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
Expand Down

0 comments on commit b13189d

Please sign in to comment.