Skip to content

Commit

Permalink
chore: move to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Oct 19, 2021
1 parent 6be9402 commit 55e2ebc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions commands/build/package.json
Expand Up @@ -30,8 +30,6 @@
"@rollup/plugin-node-resolve": "13.0.5",
"@rollup/plugin-replace": "3.0.0",
"@rollup/plugin-typescript": "8.2.5",
"tslib": "*",
"typescript": ">=3.7.0",
"chalk": "4.1.2",
"extend": "3.0.2",
"postcss": "^8.3.8",
Expand All @@ -41,5 +39,9 @@
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"yargs": "17.2.1"
},
"devDependencies": {
"tslib": "*",
"typescript": ">=3.7.0"
}
}

0 comments on commit 55e2ebc

Please sign in to comment.