Skip to content

Commit

Permalink
refactor(package): Remove Babel flow
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Removed support for older NodeJS versions
  • Loading branch information
ghaiklor committed Mar 20, 2017
1 parent 3b3b17f commit 7797e66
Show file tree
Hide file tree
Showing 26 changed files with 426 additions and 562 deletions.
4 changes: 0 additions & 4 deletions .babelrc

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ build/Release
# Dependency directory
node_modules

# Babel compiled sources
lib

# Miscellaneous
*~
*#
Expand Down
51 changes: 0 additions & 51 deletions .npmignore

This file was deleted.

7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,13 @@ notifications:
email: true
node_js:
- stable
- 5
- 4
before_install:
- npm install -g npm@latest
before_script:
- npm prune
after_success:
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
- python travis_after_all.py
- 'export $(cat .to_export_back) &> /dev/null'
- npm run coveralls
- npm run semantic-release
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit 7797e66

Please sign in to comment.