Skip to content

Commit

Permalink
Publish latest Code extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman committed Feb 2, 2023
1 parent c0eb956 commit c8417c2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "glint-vscode",
"displayName": "Glint",
"description": "Glint language server integration for VS Code",
"version": "1.0.0-beta.3",
"version": "1.0.2",
"publisher": "typed-ember",
"preview": true,
"private": true,
Expand All @@ -24,17 +24,15 @@
"Programming Languages",
"Linters"
],
"files": [
"README.md",
"lib"
],
"scripts": {
"pretest": "yarn build",
"test": "node __tests__/support/launch-from-cli.mjs",
"build": "yarn compile && yarn bundle",
"compile": "tsc --build",
"bundle": "esbuild lib/extension.js --bundle --outfile=dist/extension.js --platform=node --external:vscode --minify",
"vscode:prepublish": "yarn build"
"vscode:prepublish": "yarn build",
"extension:package": "vsce package --no-depencencies",
"extension:publish": "vsce publish --no-dependencies"
},
"engines": {
"vscode": "^1.68.1"
Expand Down

0 comments on commit c8417c2

Please sign in to comment.