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 1e87945 commit c610a90Copy full SHA for c610a90
.travis.yml
@@ -1,9 +1,9 @@
1
language: node_js
2
node_js:
3
- - "8"
4
- "10"
5
- "11"
6
- "12"
+ - "14"
7
install:
8
- yarn install
9
script:
package.json
@@ -1,7 +1,7 @@
{
"name": "cue-parser",
"preferGlobal": false,
- "version": "0.2.1",
+ "version": "0.3.0",
"author": {
"name": "Xiao Han",
"homepage": "https://github.com/justlaputa"
@@ -54,8 +54,8 @@
54
"lib/**/*.d.ts"
55
],
56
"engines": {
57
- "node": ">=8",
58
- "npm": ">=5"
+ "node": ">=10",
+ "npm": ">=6"
59
},
60
"license": "MIT"
61
}
0 commit comments