Skip to content

Commit

Permalink
build: bump dependencies, add pack script
Browse files Browse the repository at this point in the history
  • Loading branch information
littensy committed Jul 7, 2024
1 parent 01cf08c commit 84de88d
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 74 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
]
},
"scripts": {
"lint": "eslint ."
"lint": "eslint .",
"pack": "vsce pack --no-dependencies"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@vscode/vsce": "^2.28.0",
"eslint": "^9.5.0",
"@eslint/js": "^9.6.0",
"@vscode/vsce": "^2.29.0",
"eslint": "^9.6.0",
"eslint-plugin-json": "^4.0.0"
}
}
Loading

0 comments on commit 84de88d

Please sign in to comment.