Skip to content

Commit

Permalink
Update vsce
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Kondratyev committed Sep 20, 2018
1 parent 1590527 commit d1c744a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint": "tslint --project tsconfig.json",
"pretest": "npm run build",
"test": "cross-env CODE_TESTS_WORKSPACE=./test/test_samples/samples-workspace.code-workspace node ./node_modules/vscode/bin/test --silent",
"vscode:prepublish": "tsc",
"vscode:prepublish": "npm run build",
"package": "vsce package",
"publish": "vsce publish"
},
Expand Down Expand Up @@ -61,7 +61,7 @@
"tslint": "^5.11.0",
"typemoq": "^2.1.0",
"typescript": "^3.0.3",
"vsce": "^1.47.0",
"vsce": "^1.49.2",
"vscode": "^1.1.21"
},
"engines": {
Expand Down

0 comments on commit d1c744a

Please sign in to comment.