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

Commit 6cb796f

Browse files
committed
chore(dependency): Update supported Node version
The updated version of micromatch requires node 8 or later.
1 parent 965bf0a commit 6cb796f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ before_script:
77
- yarn install
88
- yarn run build
99
node_js:
10-
- "7"
10+
- "8"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ After that, you will be able to build TypeScript files with webpack.
8686

8787
## NodeJS versions
8888

89-
**The loader supports NodeJS 4 and newer.**
89+
**The loader supports NodeJS 8 and newer.**
9090

9191
## tsconfig.json
9292

0 commit comments

Comments
 (0)