Skip to content

Commit

Permalink
Restore proper version numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Jan 1, 2025
1 parent da7dd76 commit 88dfb0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .devcontainer/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,4 @@ npm install --global npm@latest
npm install --global @vscode/vsce
npm install --global typescript
npm install @types/node
npm i --global esbuild

# git restore .

# npm run esbuild
# vsce package 0.0.0
# echo "Aap"
# code --version
# echo "Noot"
# code --install-extension language-ampersand-0.0.0.vsix
npm i --global esbuild
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "language-ampersand",
"displayName": "Ampersand (ADL) language support",
"version": "0.0.1",
"version": "0.4.39",
"publisher": "AmpersandTarski",
"description": "Language support for Ampersand scripts",
"categories": [
Expand Down

0 comments on commit 88dfb0d

Please sign in to comment.