Skip to content

Commit

Permalink
fix: change main to point at preset
Browse files Browse the repository at this point in the history
  • Loading branch information
gavmck committed Dec 14, 2023
1 parent ad8382f commit bf87fcc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
},
"sonarlint.connectedMode.project": {
"connectionId": "etchteam",
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following code to it:

```js
module.exports = {
addons: ['@etchteam/storybook-addon-css-variables-theme/preset'],
addons: ['@etchteam/storybook-addon-css-variables-theme'],
};
```

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@etchteam/storybook-addon-css-variables-theme",
"version": "2.0.1",
"version": "2.0.2",
"description": "Switch CSS files to change themes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/preset/index.js",
"types": "dist/preset/index.d.ts",
"files": [
"dist/**/*",
"README.md",
Expand Down

0 comments on commit bf87fcc

Please sign in to comment.