Skip to content

Commit cdcb25a

Browse files
author
Aiden
committed
v4.2.0
1 parent 5a4d8d8 commit cdcb25a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# data-mocks
22

3+
# modified by aiden for websocket support.
4+
# will hopefully be deleted soon when merged in to upstream
5+
36
[![GitHub license](https://img.shields.io/github/license/ovotech/data-mocks.svg)](https://github.com/grug/data-mocks)
47
![npm](https://img.shields.io/npm/dm/data-mocks.svg)
58

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "data-mocks",
3-
"version": "4.1.0",
2+
"name": "@ovotech/data-mocks",
3+
"version": "4.2.0",
44
"main": "dist/mocks.js",
55
"types": "dist/types.d.ts",
6-
"repository": "[email protected]:grug/data-mocks.git",
6+
"repository": "[email protected]:aidenscott2016/data-mocks.git",
77
"author": "Dave Cooper <[email protected]>",
88
"license": "MIT",
9-
"homepage": "https://github.com/grug/data-mocks",
9+
"homepage": "https://github.com/aidenscott2016/data-mocks",
1010
"scripts": {
1111
"clean": "rimraf dist",
1212
"prepublishOnly": "yarn build",

0 commit comments

Comments
 (0)