Skip to content

Commit

Permalink
Merge pull request #29 from TeoTN/release/2.2.0
Browse files Browse the repository at this point in the history
v2.2.0
  • Loading branch information
TeoTN authored Nov 2, 2017
2 parents a46363b + 4c72950 commit 5c49963
Show file tree
Hide file tree
Showing 119 changed files with 2,863 additions and 2,249 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ coverage

# production
build
tfoostrap/build

# misc
.DS_Store
Expand Down
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ node_js:
- "6"
before_install:
- npm install -g babel-cli rimraf
- cd redux-saga-router
- npm install
- cd ..
script:
- npm test -- --coverage
- npm build
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tfoosball",
"version": "2.1.1",
"version": "2.2.0",
"private": true,
"devDependencies": {
"autoprefixer": "6.5.1",
Expand Down Expand Up @@ -45,6 +45,7 @@
"http-proxy-middleware": "0.17.2",
"jest": "17.0.2",
"json-loader": "0.5.4",
"npm-run-all": "^4.0.2",
"object-assign": "4.1.0",
"path-exists": "2.1.0",
"postcss-loader": "1.0.0",
Expand Down Expand Up @@ -74,14 +75,17 @@
"react-redux": "^5.0.3",
"react-router": "^3.0.2",
"react-router-bootstrap": "^0.23.1",
"react-select": "^1.0.0-rc.5",
"redux": "^3.6.0",
"redux-form": "^6.6.1",
"redux-saga": "^0.14.3",
"redux-saga-router": "file:./redux-saga-router"
"redux-saga-router": "^2.1.0"
},
"scripts": {
"heroku-prebuild": "npm install -g babel-cli rimraf && cd redux-saga-router && npm install && cd ..",
"start": "node scripts/start.js",
"heroku-prebuild": "cd tfoostrap && npm i && npm run build && npm link && cd .. && npm link @tfoosball/tfoostrap",
"start": "npm-run-all --parallel start:webserver start:tfoostrap",
"start:webserver": "node scripts/start.js",
"start:tfoostrap": "cd tfoostrap && npm start",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom"
},
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Piotr Staniów">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TFoosball</title>
</head>
Expand Down
18 changes: 0 additions & 18 deletions redux-saga-router/.babelrc

This file was deleted.

16 changes: 0 additions & 16 deletions redux-saga-router/.eslintrc.json

This file was deleted.

38 changes: 0 additions & 38 deletions redux-saga-router/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions redux-saga-router/.travis.yml

This file was deleted.

79 changes: 0 additions & 79 deletions redux-saga-router/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions redux-saga-router/LICENSE

This file was deleted.

Loading

0 comments on commit 5c49963

Please sign in to comment.