Skip to content

Commit

Permalink
V2.1.1 prep (#24)
Browse files Browse the repository at this point in the history
* Updates

- updated the docs
- updated lock file.

* Update package.json

- bump to new version

* Regenerate dist/index.js

---------

Co-authored-by: carlkidcrypto <carlkidcrypto@users.noreply.github.com>
  • Loading branch information
carlkidcrypto and carlkidcrypto authored Sep 26, 2024
1 parent 0b124fa commit 3fda8bd
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ The problem is you have to figure them out, and they end up creating multiple st
### Setup Environment

```pwsh
npm install -g npm@10.7.0
npm i -g @vercel/ncc@0.38.1
npm install -g npm@10.8.3
npm i -g @vercel/ncc@0.38.2
npm install
```

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

17 changes: 13 additions & 4 deletions package-lock.json

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

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "os-specific-runner",
"version": "2.1.0",
"version": "2.1.1",
"description": "A github action for running a separate command based on the os",
"main": "index.js",
"scripts": {
Expand All @@ -12,8 +12,14 @@
},
"keywords": [
"os-specific-runner",
"os specific runner",
"os-specific-run",
"os specific run",
"os",
"specific",
"run",
"runner",
"commands",
"utilities"
],
"author": "carlkidcrypto",
Expand Down

0 comments on commit 3fda8bd

Please # to comment.