Skip to content

Commit

Permalink
update electron, package.json info
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagru committed Apr 26, 2018
1 parent 5638ee6 commit e65f48d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 25 deletions.
42 changes: 21 additions & 21 deletions app/package-lock.json

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

9 changes: 7 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "space-snake",
"version": "0.11.0",
"version": "0.11.1",
"description": "A Desktop game built with Electron-vue template.",
"main": "./dist/main.js",
"dependencies": {
Expand All @@ -11,5 +11,10 @@
"vuex": "^2.5.0"
},
"devDependencies": {},
"author": "Ilya Gruzhevski"
"author": "Ilya Gruzhevski",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ilyagru/Space-Snake.git"
}
}
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "space-snake",
"version": "0.11.0",
"version": "0.11.1",
"description": "A Desktop game built with Electron-vue template.",
"scripts": {
"build": "node tasks/release.js",
Expand All @@ -21,6 +21,10 @@
},
"author": "Ilya Gruzhevski",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ilyagru/Space-Snake.git"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
Expand All @@ -36,7 +40,7 @@
"css-loader": "^0.26.4",
"del": "^2.2.2",
"devtron": "^1.4.0",
"electron": "^1.7.9",
"electron": "^1.8.4",
"electron-debug": "^1.4.0",
"electron-devtools-installer": "^2.2.1",
"electron-packager": "^8.7.2",
Expand Down

0 comments on commit e65f48d

Please sign in to comment.