Skip to content

Commit

Permalink
Merge pull request #715 from nextcloud-libraries/fix/node-protocoll
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Aug 2, 2023
2 parents f2fa22b + 9b207f9 commit 1a5aa9b
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 1a5aa9b

Please sign in to comment.