Skip to content

Commit

Permalink
update packages all over to more modern versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ffm committed Nov 6, 2022
1 parent 0e67157 commit 13c45a5
Show file tree
Hide file tree
Showing 6 changed files with 5,326 additions and 9,592 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node_modules/:
npm install

out/%.js: src/%.ts node_modules/ out/syntaxes
npm run webpack
npx webpack

clean:
rm -rf out $(VSIX)
Expand All @@ -29,7 +29,7 @@ uninstall:
package: $(VSIX)

$(VSIX): syntax
vsce package
npx vsce package

vsix: $(VSIX)

Expand Down
Loading

0 comments on commit 13c45a5

Please sign in to comment.