apidoc-mock
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -5,2 +5,11 @@ # Change Log | ||
## [3.0.1](https://github.com/cdcabrera/apidoc-mock/compare/v3.0.0...v3.0.1) (2019-04-14) | ||
### Bug Fixes | ||
* **build, readme:** relax engine requirement, gitignore docs ([#16](https://github.com/cdcabrera/apidoc-mock/issues/16)) ([84c51f1](https://github.com/cdcabrera/apidoc-mock/commit/84c51f1)) | ||
# [3.0.0](https://github.com/cdcabrera/apidoc-mock/compare/v2.0.1...v3.0.0) (2019-04-14) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "apidoc-mock", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Create a mock server from apiDoc comments.", | ||
@@ -15,3 +15,3 @@ "author": "cdcabrera", | ||
"engines": { | ||
"node": ">=10.14.2" | ||
"node": ">=10.0.0" | ||
}, | ||
@@ -18,0 +18,0 @@ "bin": { |
@@ -63,2 +63,4 @@ # Apidoc Mock | ||
Then follow the guide for [apidoc](http://apidocjs.com/). From there run the NPM script, and open [localhost:5000/[PATH TO API ENDPOINT]](http://localhost:5000/). | ||
It's recommended you make sure to `.gitignore` the `.docs` directory that gets generated for `apidocs`. | ||
@@ -120,3 +122,5 @@ ### Or roll with a Docker setup | ||
#### Using a NPM script setup | ||
Setup your NPM scripts | ||
Then, make sure to `.gitignore` the `.docs` directory that gets generated for `apidocs`. | ||
Then, setup your NPM scripts | ||
```js | ||
@@ -128,3 +132,3 @@ "scripts": { | ||
Then, run your script | ||
And then run your script | ||
@@ -131,0 +135,0 @@ ```shell |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31807
282