-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dev packages (babel, eslint, prettier) and fix resulting problems
- Loading branch information
Showing
11 changed files
with
769 additions
and
757 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"arrowParens": "always", | ||
"singleQuote": true, | ||
"trailingComma": "all" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
language: node_js | ||
node_js: | ||
- "8" | ||
- "7" | ||
- "6" | ||
- '8' | ||
- '7' | ||
- '6' | ||
before_install: | ||
- 'if [ "${TRAVIS_NODE_VERSION}" = "0.6" ]; then npm install -g [email protected] ; elif [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g [email protected] ;; 2.*) npm install -g npm@2 ;; esac ; fi' | ||
- 'if [ "${TRAVIS_NODE_VERSION}" != "0.6" ] && [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then npm install -g npm; fi' | ||
|
@@ -16,5 +16,5 @@ env: | |
matrix: | ||
fast_finish: true | ||
include: | ||
- node_js: "node" | ||
env: COVERAGE=true TEST=false | ||
- node_js: 'node' | ||
env: COVERAGE=true TEST=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
1.1.0 / 2017-07-10 | ||
================== | ||
* Add middleware that can be used instead of `redux-thunk` if desired | ||
# 1.2.0 / 2019-06-23 | ||
|
||
1.0.2 / 2017-07-02 | ||
================== | ||
* Fix typos in package.json | ||
- Update dev packages (babel, eslint, prettier) and fix resulting problems | ||
|
||
1.0.1 / 2017-07-02 | ||
================== | ||
* Update README.md | ||
# 1.1.0 / 2017-07-10 | ||
|
||
1.0.0 / 2017-07-02 | ||
================== | ||
* Initial release. | ||
- Add middleware that can be used instead of `redux-thunk` if desired | ||
|
||
# 1.0.2 / 2017-07-02 | ||
|
||
- Fix typos in package.json | ||
|
||
# 1.0.1 / 2017-07-02 | ||
|
||
- Update README.md | ||
|
||
# 1.0.0 / 2017-07-02 | ||
|
||
- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.