Skip to content

Commit

Permalink
fix(deps): move rollup-plugin-ts to dev deps (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 1, 2022
1 parent ed6ef91 commit 7c8bd6b
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 @@ -49,7 +49,6 @@
"author": "Ben Coe <ben@npmjs.com>",
"license": "ISC",
"dependencies": {
"rollup-plugin-ts": "^3.0.2",
"string-width": "^4.2.0",
"strip-ansi": "^6.0.1",
"wrap-ansi": "^7.0.0"
Expand All @@ -69,6 +68,7 @@
"mocha": "^9.1.3",
"rimraf": "^3.0.2",
"rollup": "^2.23.1",
"rollup-plugin-ts": "^3.0.2",
"standardx": "^7.0.0",
"typescript": "^4.0.0"
},
Expand Down

0 comments on commit 7c8bd6b

Please sign in to comment.