Comparing version 0.0.9-alpha.8 to 0.0.9-alpha.9
{ | ||
"name": "api-core", | ||
"version": "0.0.9-alpha.8", | ||
"description": "Lightweight framework for building dynamic multi-level APIs for any provider (Express, socket.io, etc.), consumable via multiple channels (HTTP, socket.io, etc.)", | ||
"version": "0.0.9-alpha.9", | ||
"description": "Model-based dynamic multi-level APIs for any provider, plus multiple consumption channels", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -1,2 +0,2 @@ | ||
**API Core** | ||
### API Core | ||
@@ -28,3 +28,3 @@ Lightweight framework for building dynamic multi-level APIs for any provider (Express, socket.io, etc.), consumable via multiple channels (HTTP, socket.io, etc.) | ||
```bash | ||
npm install api-core | ||
$ npm install api-core | ||
``` | ||
@@ -186,4 +186,4 @@ | ||
```bash | ||
npm install | ||
npm test | ||
$ npm install | ||
$ npm test | ||
``` | ||
@@ -190,0 +190,0 @@ |
Sorry, the diff of this file is not supported yet
503505