Skip to content

Commit

Permalink
fix(playground): resolve own package as development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Feb 24, 2023
1 parent d6744bb commit 2fbe156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"string-replace-loader": "3.1.0"
},
"devDependencies": {
"@dargmuesli/nuxt-cookie-control": "link:.",
"@nuxt/module-builder": "0.2.1",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@types/js-cookie": "3.0.3",
Expand All @@ -58,9 +59,6 @@
"vue-tsc": "1.1.7",
"webpack": "5.75.0"
},
"resolutions": {
"@dargmuesli/nuxt-cookie-control": "link:./"
},
"publishConfig": {
"access": "public"
},
Expand Down
5 changes: 2 additions & 3 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 2fbe156

Please sign in to comment.