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

Commit bd4b146

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
environment:
2-
nodejs_version: "6"
2+
nodejs_version: "8"
33
matrix:
44
- TYPESCRIPT: [email protected]
55
cache:

0 commit comments

Comments
 (0)