Skip to content

Commit

Permalink
chore: update version and lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Oct 12, 2023
1 parent ca46158 commit 35992b4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 8 deletions.
33 changes: 26 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webinstall/webi-installers",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "webinstall script repository",
"main": "_webi/",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions package.json.extra
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

"tsc": "npx -p typescript@5 -- tsc -p ./jsconfig.json"
"lint": "npm run jshint && npm run tsc",

0 comments on commit 35992b4

Please sign in to comment.