Skip to content

Commit

Permalink
fix(vio): switch to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Apr 11, 2023
1 parent b202280 commit 03a7a84
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'cypress'
import getCompareSnapshotsPlugin from 'cypress-visual-regression/dist/plugin'

import { CYPRESS_BASE_URL } from './utils/constants'
import { CYPRESS_BASE_URL } from '@dargmuesli/nuxt-vio/utils/constants'

export default defineConfig({
e2e: {
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineNuxtConfig({
},
},
css: ['@/assets/css/main.css'],
extends: ['github:dargmuesli/vio#master', 'nuxt-seo-kit'],
extends: ['@dargmuesli/nuxt-vio', 'nuxt-seo-kit'],
modules: [
'@dargmuesli/nuxt-cookie-control',
'@nuxtjs/html-validator',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"@dargmuesli/nuxt-cookie-control": "5.3.0",
"@dargmuesli/nuxt-vio": "1.0.1",
"@intlify/eslint-plugin-vue-i18n": "2.0.0",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@nuxtjs/html-validator": "1.2.4",
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 03a7a84

Please sign in to comment.