Skip to content

Commit

Permalink
fix: Move to @nextcloud/vite-config after package was transfered to…
Browse files Browse the repository at this point in the history
… organization

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Aug 2, 2023
1 parent f2fa22b commit 9b207f9
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 29 deletions.
67 changes: 40 additions & 27 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,11 +53,11 @@
"devDependencies": {
"@nextcloud/eslint-config": "^8.3.0-beta.2",
"@nextcloud/typings": "^1.7.0",
"@nextcloud/vite-config": "^1.0.0-beta.18",
"@rollup-extras/plugin-clean": "^1.3.6",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"@susnux/nextcloud-vite-config": "^1.0.0-beta.16",
"@types/node": "^20.4.5",
"@vitest/coverage-istanbul": "^0.33.0",
"fast-xml-parser": "^4.2.6",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
@@ -1,4 +1,4 @@
import { createLibConfig } from '@susnux/nextcloud-vite-config'
import { createLibConfig } from '@nextcloud/vite-config'

export default createLibConfig({
index: 'lib/index.ts',
Expand Down

0 comments on commit 9b207f9

Please sign in to comment.