typescript-mock-server 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "typescript-mock-server",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Simple mock server that can be used in front end development. Instead of creating json files you can just publish TypeScript objects as json",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
7
- "start": "ts-node-dev src/index.ts --path=tms-models"
7
+ "example": "ts-node-dev src/index.ts --path=tms-models",
8
+ "start": "ts-node-dev src/index.ts"
8
9
  },
9
10
  "repository": {
10
11
  "type": "git",