Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
chore(dependency): Update supported Node version
Browse files Browse the repository at this point in the history
The updated version of micromatch requires node 8 or later.
  • Loading branch information
gingerchris committed Oct 31, 2019
1 parent 965bf0a commit 6cb796f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ before_script:
- yarn install
- yarn run build
node_js:
- "7"
- "8"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ After that, you will be able to build TypeScript files with webpack.

## NodeJS versions

**The loader supports NodeJS 4 and newer.**
**The loader supports NodeJS 8 and newer.**

## tsconfig.json

Expand Down

0 comments on commit 6cb796f

Please sign in to comment.