Skip to content

Commit

Permalink
fix: missing scripts from 0.0.1-rc.17 release
Browse files Browse the repository at this point in the history
Signed-off-by: Chapman Pendery <[email protected]>
  • Loading branch information
cpendery committed Nov 7, 2024
1 parent 66253c7 commit 51db6f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/inshellisense",
"version": "0.0.1-rc.17",
"version": "0.0.1-rc.18",
"description": "IDE style command line auto complete",
"type": "module",
"engines": {
Expand All @@ -13,6 +13,7 @@
"files": [
"build/**",
"shell/**",
"scripts/**",
"*.md",
"LICENSE"
],
Expand All @@ -25,7 +26,7 @@
"lint:fix": "eslint src/ --ext .ts,.tsx --fix && prettier src/ --write",
"debug": "node --inspect --import=tsx src/index.ts -V",
"pre-commit": "lint-staged",
"postinstall": "node ./.scripts/postinstall.js"
"postinstall": "node ./scripts/postinstall.js"
},
"repository": {
"type": "git",
Expand Down
File renamed without changes.

0 comments on commit 51db6f3

Please sign in to comment.