Skip to content

Commit

Permalink
Bump npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
matronator committed May 3, 2024
1 parent a27e42c commit ef1cd38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ This will overwrite the host and port set in your config file and start the serv
You need to create a config file for the server to be of any use. The config file is a JSON/YAML/TOML file that defines the entities that the server will mock and some other settings. Valid config file names are these in order of priority (the first one found will be used):

```json
[".amock.json", ".amockrc", ".amock.json.json", ".amock.json.yml",
[".amock.json", ".amockrc.json", ".amock.json.json", ".amock.json.yml",
".amock.json.yaml", ".amock.json.toml", "amock.config",
"amock.json", "amock.yml", "amock.yaml", "amock.toml"]
```
Expand Down
4 changes: 2 additions & 2 deletions npm/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 npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amock-cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simple API mock server",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit ef1cd38

Please sign in to comment.