Skip to content
Snippets Groups Projects
Commit 995b31b5 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Move vendored packages to devdeps

So we don't install them in the toplevel packages.
parent a6d09595
No related branches found
No related tags found
No related merge requests found
...@@ -21,13 +21,13 @@ ...@@ -21,13 +21,13 @@
"rollup-plugin-postcss": "^2.0.3", "rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-replace": "^2.2.0", "rollup-plugin-replace": "^2.2.0",
"rollup-plugin-serve": "^1.0.1", "rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^4.0.4" "rollup-plugin-terser": "^4.0.4",
"vpu-common": "file:./vendor/common"
}, },
"dependencies": { "dependencies": {
"@webcomponents/webcomponentsjs": "^2.2.10", "@webcomponents/webcomponentsjs": "^2.2.10",
"i18next": "^17.0.3", "i18next": "^17.0.3",
"lit-element": "^2.1.0", "lit-element": "^2.1.0"
"vpu-common": "file:./vendor/common"
}, },
"scripts": { "scripts": {
"clean": "rm dist/*", "clean": "rm dist/*",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment