diff --git a/npm/README.md b/npm/README.md index 27f97f7..789d4aa 100644 --- a/npm/README.md +++ b/npm/README.md @@ -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"] ``` diff --git a/npm/package-lock.json b/npm/package-lock.json index e118562..c60b7a5 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "amock", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "amock", - "version": "0.2.0", + "version": "0.2.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@go-task/go-npm": "^0.2.0" diff --git a/npm/package.json b/npm/package.json index 9c2ac29..c7a5849 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "amock-cli", - "version": "0.2.0", + "version": "0.2.1", "description": "Simple API mock server", "main": "index.js", "directories": {