Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  build(Update semantic-release and related packages):
  chore(Remove IDE file):
  chore(IDE): Update WS IDE files

# Conflicts:
#	package.json
  • Loading branch information
LeonardoGentile committed Apr 17, 2018
2 parents e44133c + 65a6125 commit 845309c
Show file tree
Hide file tree
Showing 5 changed files with 9,861 additions and 20 deletions.
5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ branches:
notifications:
email: false
node_js:
- '7'
- '8'
- '6'
- '4'
before_script:
- npm prune
script:
Expand All @@ -20,5 +19,5 @@ script:
- npm run build
after_success:
- npm run coveralls
- npm run semantic-release
- npx travis-deploy-once "npx semantic-release"

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ This creates indeed a cross referece, that is, the store has a reference of the
### Your own store
If you know what you are doing you can subclass or create yor own store, making sure you implement at least the actions listed above and a `setRouter(router)` method.

### Contributing
Please refer to the CONTRIBUTING.md file.
Please notice that this would require node >=8 as some dev packages require it (for example semantic-release)

## Acknowledgments

Expand Down

0 comments on commit 845309c

Please sign in to comment.