Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit 7797e66

Browse files
committed
refactor(package): Remove Babel flow
BREAKING CHANGE: Removed support for older NodeJS versions
1 parent 3b3b17f commit 7797e66

26 files changed

+426
-562
lines changed

.babelrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ build/Release
2929
# Dependency directory
3030
node_modules
3131

32-
# Babel compiled sources
33-
lib
34-
3532
# Miscellaneous
3633
*~
3734
*#

.npmignore

Lines changed: 0 additions & 51 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,13 @@ notifications:
1616
email: true
1717
node_js:
1818
- stable
19-
- 5
20-
- 4
2119
before_install:
2220
- npm install -g npm@latest
2321
before_script:
2422
- npm prune
2523
after_success:
26-
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
27-
- python travis_after_all.py
28-
- 'export $(cat .to_export_back) &> /dev/null'
2924
- npm run coveralls
3025
- npm run semantic-release
3126
branches:
3227
except:
33-
- "/^v\\d+\\.\\d+\\.\\d+$/"
28+
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)