Skip to content

Commit

Permalink
fix: move @kurkle/color to dependencies (#10917)
Browse files Browse the repository at this point in the history
fixes #10915
  • Loading branch information
dangreen committed Nov 30, 2022
1 parent 8239567 commit 8283ad5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 123 deletions.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -68,8 +68,10 @@
"test-ci-karma": "cross-env NODE_ENV=test karma start ./karma.conf.cjs --auto-watch --single-run --coverage --grep",
"test-ci-integration": "pnpm --filter \"./test/integration/**\" test"
},
"dependencies": {
"@kurkle/color": "^0.3.0"
},
"devDependencies": {
"@kurkle/color": "^0.2.1",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-inject": "^5.0.2",
"@rollup/plugin-json": "^5.0.1",
Expand Down
129 changes: 7 additions & 122 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rollup.config.js
Expand Up @@ -67,6 +67,7 @@ export default [
'dist/helpers': 'src/helpers/index.ts'
},
plugins: plugins(),
external: _ => (/node_modules/).test(_),
output: {
dir: './',
chunkFileNames: 'dist/chunks/[name].js',
Expand Down

0 comments on commit 8283ad5

Please sign in to comment.