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 bf43666 commit b5d07efCopy full SHA for b5d07ef
.travis.yml
@@ -1,6 +1,6 @@
1
language: node_js
2
node_js:
3
- - "8.11.3"
+ - "14"
4
5
cache:
6
directories:
package.json
@@ -10,7 +10,7 @@
10
"postpublish": "pinst --enable",
11
"build": "npm run clean && tsc --project .",
12
"clean": "rimraf lib/ yarn-error.log npm-debug.log",
13
- "lint": "eslint . --ext .ts",
+ "lint": "eslint --ext .ts .",
14
"lint:fix": "npm run lint -- --fix",
15
"test": "jest",
16
"start": "jest --watch"
0 commit comments