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 009b430 commit 51d3796Copy full SHA for 51d3796
.travis.yml
@@ -6,7 +6,6 @@ os:
6
node_js:
7
- "10"
8
- "12"
9
- - "14"
10
11
install:
12
- npm install
@@ -22,7 +21,7 @@ jobs:
22
21
include:
23
- stage: test
24
name: "Run test scripts"
25
- node_js: "8.6.0"
+ node_js: "14"
26
script:
27
- npm run test
28
- codecov
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "babel-plugin-react-directives",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"description": "A babel plugin that provides some directives for react(any JSX), similar to directive of vue.",
5
"main": "src/index.js",
"files": [
@@ -56,7 +56,7 @@
56
"v-for"
57
],
58
"engines": {
59
- "node": ">=8.6.0"
+ "node": ">=10.0.0"
60
},
61
"dependencies": {
62
"@babel/code-frame": "^7.10.4",
0 commit comments