Skip to content

Commit

Permalink
1.0.4-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshshetty-dev committed Oct 28, 2024
1 parent ae7c2d5 commit e9e0038
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Runscope Sanity trigger
<!-- toc -->
* [Runscope Sanity trigger](#runscope-sanity-trigger)
* [Usage](#usage)
* [Commands](#commands)
* [Config File](#config-file)
Expand All @@ -11,7 +12,7 @@ $ npm install -g runscope-sanity-runner
$ trigger COMMAND
running command...
$ trigger (--version)
runscope-sanity-runner/1.0.0 darwin-arm64 node-v16.20.0
runscope-sanity-runner/1.0.4-alpha.0 darwin-arm64 node-v18.17.1
$ trigger --help [COMMAND]
USAGE
$ trigger COMMAND
Expand Down Expand Up @@ -40,7 +41,7 @@ EXAMPLES
$ trigger sanity --config="./config.json"
```

_See code: [src/commands/sanity/index.ts](https://github.com/hiteshshetty-dev/runscope-sanity-runner/blob/v1.0.0/src/commands/sanity/index.ts)_
_See code: [src/commands/sanity/index.ts](https://github.com/hiteshshetty-dev/runscope-sanity-runner/blob/v1.0.4-alpha.0/src/commands/sanity/index.ts)_
<!-- commandsstop -->

# Config File
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 @@ -65,12 +65,12 @@
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
},
"version": "1.0.3",
"version": "1.0.4-alpha.0",
"bugs": "https://github.com/hiteshshetty-dev/runscope-sanity-runner/issues",
"keywords": [
"oclif"
],
"types": "dist/index.d.ts",
"exports": "./lib/index.js",
"type": "module"
}
}

0 comments on commit e9e0038

Please sign in to comment.