Skip to content

Commit

Permalink
fix version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
doxas committed Aug 18, 2019
1 parent 5a8720f commit fd5cfb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "webgl_editron",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "./app/server/main.js",
"scripts": {
"electron": ".\\node_modules\\electron\\dist\\electron.exe .\\app\\server\\main.js",
"debug": "node index.js --development",
"build": "node index.js --production",
"package:win": "npm-run-all build package:windows",
Expand Down

0 comments on commit fd5cfb6

Please sign in to comment.