Skip to content

Commit

Permalink
Hotfix bitsui (#42)
Browse files Browse the repository at this point in the history
* fix paths

* ...

* format

* fix bits-ui in dependencies

---------

Co-authored-by: Claire Olmstead <olmsteadclaire@gmail.com>
  • Loading branch information
claireclark1 and claireclark1 authored Oct 28, 2024
1 parent 748c408 commit d26f0ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"@sveltejs/vite-plugin-svelte": "^2.5.3",
"@typescript-eslint/parser": "^8.8.0",
"autoprefixer": "^10.4.13",
"bits-ui": "^0.21.16",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-html": "^7.1.0",
Expand All @@ -64,6 +63,7 @@
},
"dependencies": {
"@storybook/addons": "^7.6.17",
"bits-ui": "^0.21.16",
"clsx": "^2.1.1",
"svelte": "^4.2.19",
"tailwind-merge": "^2.5.2"
Expand Down
3 changes: 0 additions & 3 deletions scripts/package.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ rootPackage.style = {

// Don't keep dev dependencies
delete rootPackage['devDependencies'];
rootPackage.devDependencies = {
'bits-ui': '^0.21.16',
};

// Write it out
fs.writeFileSync(`${path.join(__dirname, '../dist', 'package.json')}`, JSON.stringify(rootPackage, null, 2), (err) => {
Expand Down

0 comments on commit d26f0ea

Please sign in to comment.