diff --git a/README.md b/README.md index 40f39bc..de7d591 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # What is MemServer? MemServer is an in-memory database/ORM and http mock server you can run in-browser and node environments. Extremely useful library for fast frontend tests, rapid prototyping, single-file SPA demo deployments. + +## Installation + +``` npm install -g memserver ``` + +``` memserver ``` diff --git a/package.json b/package.json index 798c787..b6115a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memserver", - "version": "0.5.9", + "version": "0.6.0", "description": "in-memory database/ORM and http mock server you can run in-browser and node environments. Built for large frontend teams, fast tests and rapid prototyping", "main": "lib/index.js", "license": "ISC", diff --git a/rollup.config.js b/rollup.config.js index b83e618..7da8f37 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -47,7 +47,7 @@ export default { } }), globals(), - builtins(), + builtins() ] }