Skip to content

Commit 5a24a4d

Browse files
committed
Support nodejs version 12.x at least
1 parent 2dd0d36 commit 5a24a4d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
language: node_js
22
node_js:
3-
- '6.17.1'
4-
- '7.8.0'
53
- '12.19.0'
64
- '15.0.1'

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ fetch mock for react-native
1212
No fetch mock could be used easily for react-native.
1313
So, I create one by myself.
1414

15+
## Requirements
16+
17+
Nodejs >= 12.x
18+
1519
## Roadmap
1620
- [x] Combined with Mock.js
1721
- [x] Support exclude for some other path

0 commit comments

Comments
 (0)