Skip to content

Commit cfadf3c

Browse files
committed
v0.2.3 release
1 parent 389ce36 commit cfadf3c

File tree

2 files changed

+61
-43
lines changed

2 files changed

+61
-43
lines changed

package-lock.json

+57-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "game client/server",
55
"homepage": "https://github.com/dr4fters/dr4ft",
66
"bugs": {
@@ -65,8 +65,8 @@
6565
"jsonfile": "^5.0.0",
6666
"node-schedule": "^1.3.2",
6767
"prop-types": "^15.7.2",
68-
"react": "^16.8.3",
69-
"react-dom": "^16.8.3",
68+
"react": "^16.8.4",
69+
"react-dom": "^16.8.4",
7070
"react-filepond": "^7.0.1",
7171
"unzip": "^0.1.11",
7272
"utils": "git://github.com/dr4fters/utils.git",
@@ -87,6 +87,6 @@
8787
"webpack-cli": "^3.2.3"
8888
},
8989
"engines": {
90-
"node": "11.0.0"
90+
"node": "^11.0.0"
9191
}
9292
}

0 commit comments

Comments
 (0)