Skip to content

Commit

Permalink
fix: move pinst to dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Mar 4, 2023
1 parent 90f3d3a commit 3102fd0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
"email": "david@adaltas.com"
}
],
"dependencies": {
"pinst": "^3.0.0"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
Expand All @@ -33,6 +31,7 @@
"eslint": "^8.34.0",
"husky": "^8.0.3",
"mocha": "~10.2.0",
"pinst": "^3.0.0",
"rollup": "^3.17.2",
"should": "~13.2.3",
"standard-version": "^9.5.0"
Expand Down

0 comments on commit 3102fd0

Please sign in to comment.