diff --git a/app/package-lock.json b/app/package-lock.json index d0655d6..fc20b7e 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -9,7 +9,7 @@ "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", "requires": { - "mimic-response": "1.0.0" + "mimic-response": "^1.0.0" } }, "duplexer3": { @@ -27,20 +27,20 @@ "resolved": "https://registry.npmjs.org/got/-/got-7.1.0.tgz", "integrity": "sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==", "requires": { - "decompress-response": "3.3.0", - "duplexer3": "0.1.4", - "get-stream": "3.0.0", - "is-plain-obj": "1.1.0", - "is-retry-allowed": "1.1.0", - "is-stream": "1.1.0", - "isurl": "1.0.0", - "lowercase-keys": "1.0.0", - "p-cancelable": "0.3.0", - "p-timeout": "1.2.0", - "safe-buffer": "5.1.1", - "timed-out": "4.0.1", - "url-parse-lax": "1.0.0", - "url-to-options": "1.0.1" + "decompress-response": "^3.2.0", + "duplexer3": "^0.1.4", + "get-stream": "^3.0.0", + "is-plain-obj": "^1.1.0", + "is-retry-allowed": "^1.0.0", + "is-stream": "^1.0.0", + "isurl": "^1.0.0-alpha5", + "lowercase-keys": "^1.0.0", + "p-cancelable": "^0.3.0", + "p-timeout": "^1.1.1", + "safe-buffer": "^5.0.1", + "timed-out": "^4.0.0", + "url-parse-lax": "^1.0.0", + "url-to-options": "^1.0.1" } }, "has-symbol-support-x": { @@ -53,7 +53,7 @@ "resolved": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz", "integrity": "sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==", "requires": { - "has-symbol-support-x": "1.4.1" + "has-symbol-support-x": "^1.4.1" } }, "is-object": { @@ -81,8 +81,8 @@ "resolved": "https://registry.npmjs.org/isurl/-/isurl-1.0.0.tgz", "integrity": "sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==", "requires": { - "has-to-string-tag-x": "1.4.1", - "is-object": "1.0.1" + "has-to-string-tag-x": "^1.2.0", + "is-object": "^1.0.1" } }, "lowercase-keys": { @@ -110,7 +110,7 @@ "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-1.2.0.tgz", "integrity": "sha1-mCD5lDTFgXhotPNICe5SkWYNW2w=", "requires": { - "p-finally": "1.0.0" + "p-finally": "^1.0.0" } }, "prepend-http": { @@ -133,7 +133,7 @@ "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz", "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=", "requires": { - "prepend-http": "1.0.4" + "prepend-http": "^1.0.1" } }, "url-to-options": { @@ -156,7 +156,7 @@ "resolved": "https://registry.npmjs.org/vue-resource/-/vue-resource-1.3.4.tgz", "integrity": "sha1-n8C99qL1yrQwEp/JnTR7PernsJk=", "requires": { - "got": "7.1.0" + "got": "^7.0.0" } }, "vue-router": { diff --git a/app/package.json b/app/package.json index d6eba2e..ebc0ed4 100644 --- a/app/package.json +++ b/app/package.json @@ -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": { @@ -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" + } } diff --git a/package.json b/package.json index a6df865..6d5f2ac 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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",