Skip to content

Commit

Permalink
move dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Mar 24, 2024
1 parent 246c1c3 commit 669219d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"winamp"
],
"dependencies": {
"@visbot/webvsc": "3.0.0-alpha.5",
"plugin-error": "^2.0.1"
},
"devDependencies": {
"@types/node": "^18.18.8",
"@types/node": "^18.18.8",
"@types/vinyl": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@visbot/webvsc": "3.0.0-alpha.5",
"eslint": "^8.56.0",
"eslint-plugin-json": "^3.1.0",
"gulp": "^4.0.2",
Expand All @@ -52,6 +52,9 @@
"typescript": "^5.3.3",
"vinyl": "^3.0.0"
},
"peerDependencies": {
"@visbot/webvsc": "3.0.0-alpha.5"
},
"scripts": {
"build": "tsup",
"dev": "npm run build -- --watch",
Expand Down

0 comments on commit 669219d

Please sign in to comment.