Skip to content

Commit

Permalink
[ Dependencies ] Moved rollup dependencies as development
Browse files Browse the repository at this point in the history
  • Loading branch information
rlajous committed Nov 13, 2023
1 parent a58a359 commit 9f4965a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"jest-mock-extended": "^3.0.4",
"prettier": "^2.8.6",
"rollup": "^3.20.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.31.1",
Expand All @@ -53,9 +55,5 @@
"packages/*",
"examples/**"
],
"packageManager": "[email protected]",
"dependencies": {
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0"
}
"packageManager": "[email protected]"
}

0 comments on commit 9f4965a

Please sign in to comment.