We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33205d4 commit 3a78478Copy full SHA for 3a78478
.travis.yml
@@ -2,5 +2,9 @@ language: node_js
2
node_js:
3
- "8"
4
- "10"
5
+ - "12"
6
+ - "14"
7
+ - "16"
8
+ - "18"
9
script:
10
- npm run test:ci
package.json
@@ -55,7 +55,9 @@
55
"typescript": "^4.1.6",
56
"walker": "^1.0.7"
57
},
58
- "peerDependencies": {
59
- "react-is": "*"
+ "peerDependenciesMeta": {
+ "react-is": {
60
+ "optional": true
61
+ }
62
}
63
0 commit comments