Skip to content

Commit

Permalink
Merge pull request #11 from sadnessOjisan/develop
Browse files Browse the repository at this point in the history
ブロックを崩し、スコアリングする機能が完成
  • Loading branch information
sadnessOjisan authored Nov 24, 2018
2 parents 7585812 + f57d068 commit 2b3704b
Show file tree
Hide file tree
Showing 20 changed files with 673 additions and 153 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"awesome-typescript-loader": "^5.2.1",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"prettier": "^1.15.2",
"source-map-loader": "^0.2.4",
"typescript": "^3.1.6",
"url-loader": "^1.1.2",
Expand All @@ -36,7 +37,7 @@
"start:dev": "BUILD_MODE='development' REACT_APP_ENV=development webpack-dev-server",
"start:stg": "BUILD_MODE='production' REACT_APP_ENV='staging' webpack-dev-server",
"start:prd": "BUILD_MODE='production' REACT_APP_ENV='production' webpack-dev-server",
"format": "prettier --write '**/*.js'",
"format": "prettier --write '**/*.tsx'",
"lint": "eslint --fix 'src/**/*.js'",
"flow-typed": "flow-typed",
"flow:check": "flow",
Expand Down
71 changes: 71 additions & 0 deletions src/assets/GraphQL.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/assets/angular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/browserify.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2b3704b

Please sign in to comment.