Skip to content

Commit

Permalink
update to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CKGrafico committed May 19, 2022
1 parent 05a6765 commit 99c69e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 3 additions & 3 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
"@/*": ["./*"],
"~~/*": ["./*"],
"@@/*": ["./*"]
"@/*": ["./*"]
}
},
"exclude": ["node_modules", ".nuxt", "dist"]
}


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngo-helpdev-storyblok",
"version": "1.0.7",
"version": "1.1.0",
"description": "Storyblok project for HelpDev",
"author": "HelpDev",
"private": true,
Expand All @@ -18,7 +18,7 @@
"@tailwindcss/typography": "^0.5.2",
"@vue/composition-api": "^1.6.1",
"axios": "^0.27.2",
"components-helpdev-storyblok": "HelpDev/Storyblok-Components#1.3.1",
"components-helpdev-storyblok": "HelpDev/Storyblok-Components#1.4.0",
"heroicons": "^1.0.6",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.1",
Expand Down
8 changes: 1 addition & 7 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ module.exports = {
},
variants: {},
plugins: [...defaultHelpdevTheme.plugins],
content: [
...defaultHelpdevTheme.content,
'./node_modules/components-helpdev-storyblok/components/**/*.vue',
'./node_modules/components-helpdev-storyblok/layouts/**/*.vue',
'./node_modules/components-helpdev-storyblok/pages/**/*.vue',
'./node_modules/components-helpdev-storyblok/plugins/**/*.js'
],
content: [...defaultHelpdevTheme.content],
safelist: [...defaultHelpdevTheme.safelist]
};

0 comments on commit 99c69e9

Please sign in to comment.