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.
2 parents d455284 + ffb93d5 commit e94725fCopy full SHA for e94725f
.travis.yml
@@ -1,6 +1,7 @@
1
language: node_js
2
node_js:
3
-- '7'
+- '10'
4
+- '8'
5
- '6'
6
script:
7
- npm run lint
package.json
@@ -25,7 +25,7 @@
25
"homepage": "https://github.com/getconversio/object-ops#readme",
26
"devDependencies": {
27
"ava": "^0.18.2",
28
- "eslint": "^3.16.0",
+ "eslint": "^5",
29
"eslint-config-airbnb-base": "^11.1.0",
30
"eslint-plugin-import": "^2.2.0",
31
"should": "^11.2.0",
0 commit comments