Skip to content

Commit

Permalink
Update docs to 0.1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoKnebel committed Feb 22, 2018
1 parent db2ab27 commit 49231cc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
Binary file modified docs/data/img/ui/startMenu/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/data/img/ui/startMenu/5_hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/js/app.min.js

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spaceinvader",
"version": "0.1.6",
"version": "0.1.8",
"main": "main.js",
"scripts": {
"build": "grunt dist && npm run build-linux && npm run build-win32 && npm run build-darwin",
Expand All @@ -9,22 +9,25 @@
"build-linux": "node deployment/build --platform linux",
"build-win32": "node deployment/build --platform win32",
"build-docs": "grunt dist && ncp build docs",
"dev": "grunt dev",
"dev": "concurrently \"grunt dev\" \"cd modules/highscores && npm run dev\"",
"deploy-appveyor": "node deployment/build --platform win32 --arch all && node deployment/deploy-appveyor apps",
"deploy-travis": "node deployment/build --platform linux --arch all && node deployment/deploy-travis 'apps'",
"lint": "./node_modules/.bin/eslint js/**/*.js *.js tasks/**/*.js deployment",
"install-highscores": "cd modules/highscores && npm install",
"install-modules": "npm run postinstall-highscores",
"lint": "eslint js/**/*.js *.js tasks/**/*.js deployment",
"lint-fix": "npm run lint -- --fix",
"postinstall": "grunt dist",
"prepush": "npm run lint",
"test": "npm run lint"
},
"devDependencies": {
"concurrently": "^3.5.1",
"electron": "1.7.12",
"electron-builder": "^20.0.5",
"electron-builder": "^20.0.7",
"electron-packager": "^11.0.1",
"eslint": "^4.18.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"extract-zip": "1.6.6",
Expand Down

0 comments on commit 49231cc

Please sign in to comment.