Skip to content

Commit 7c8bd6b

Browse files
author
Benjamin E. Coe
authored
fix(deps): move rollup-plugin-ts to dev deps (#124)
1 parent ed6ef91 commit 7c8bd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"author": "Ben Coe <ben@npmjs.com>",
5050
"license": "ISC",
5151
"dependencies": {
52-
"rollup-plugin-ts": "^3.0.2",
5352
"string-width": "^4.2.0",
5453
"strip-ansi": "^6.0.1",
5554
"wrap-ansi": "^7.0.0"
@@ -69,6 +68,7 @@
6968
"mocha": "^9.1.3",
7069
"rimraf": "^3.0.2",
7170
"rollup": "^2.23.1",
71+
"rollup-plugin-ts": "^3.0.2",
7272
"standardx": "^7.0.0",
7373
"typescript": "^4.0.0"
7474
},

0 commit comments

Comments
 (0)