Skip to content

Commit

Permalink
fix: move rollup plugins to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowtime2000 committed Oct 12, 2020
1 parent 215a693 commit 89b0cad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@size-limit/preset-small-lib": "^4.6.0",
"@types/jest": "^26.0.13",
"@types/node": "^14.11.1",
Expand Down Expand Up @@ -161,8 +163,5 @@
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0"
}
"dependencies": {}
}

0 comments on commit 89b0cad

Please sign in to comment.