Skip to content

Commit

Permalink
Publish. Still removed Eslint config, though
Browse files Browse the repository at this point in the history
  • Loading branch information
micoloth committed Feb 27, 2024
1 parent c0bbdae commit 03210dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 28 deletions.
23 changes: 0 additions & 23 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vsce login micoloth
# TO BUNDLE: -- REMEMBER TO BUMP YOUR VERSION !!!

npm i
npm run webpack # npm run esbuild
npm run compile # npm run esbuild
vsce package
vsce publish

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"color": "#ffffff",
"theme": "light"
},
"version": "0.1.3",
"version": "0.1.4",
"engines": {
"vscode": "^1.85.0"
},
Expand Down Expand Up @@ -192,7 +192,7 @@
]
},
"scripts": {
"compile": "tsc -b",
"compile": "webpack",
"pretest": "npm run compile-web",
"vscode:prepublish": "npm run package-web",
"compile-web": "webpack",
Expand Down

0 comments on commit 03210dc

Please sign in to comment.