Skip to content

Commit f34563b

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent dc48e51 commit f34563b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"vsce-package": "npx @vscode/vsce package -o python-debugger.vsix",
1111
"watch-tests": "tsc -p . -w --outDir out"
1212
},
13+
"l10n": "./l10n",
1314
"contributes": {
1415
"commands": [
1516
{
@@ -553,7 +554,7 @@
553554
"chai": "^5.1.2",
554555
"chai-as-promised": "^8.0.1",
555556
"glob": "^11.0.1",
556-
"semver": "^7.7.0",
557+
"semver": "^7.7.1",
557558
"sinon": "^19.0.2",
558559
"ts-loader": "^9.5.2",
559560
"ts-mockito": "^2.6.1",
@@ -567,6 +568,5 @@
567568
"portsAttributes",
568569
"debugVisualization",
569570
"contribViewsWelcome"
570-
],
571-
"l10n": "./l10n"
571+
]
572572
}

0 commit comments

Comments
 (0)