Skip to content

Commit

Permalink
v0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeldaZach committed Mar 6, 2019
1 parent 389ce36 commit cfadf3c
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 43 deletions.
96 changes: 57 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draft",
"version": "0.2.2",
"version": "0.2.3",
"description": "game client/server",
"homepage": "https://github.com/dr4fters/dr4ft",
"bugs": {
Expand Down Expand Up @@ -65,8 +65,8 @@
"jsonfile": "^5.0.0",
"node-schedule": "^1.3.2",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-filepond": "^7.0.1",
"unzip": "^0.1.11",
"utils": "git://github.com/dr4fters/utils.git",
Expand All @@ -87,6 +87,6 @@
"webpack-cli": "^3.2.3"
},
"engines": {
"node": "11.0.0"
"node": "^11.0.0"
}
}

0 comments on commit cfadf3c

Please sign in to comment.