From c035e9e994c2fab9a84b1d5b60cf517ffaf4e920 Mon Sep 17 00:00:00 2001 From: David Chambers Date: Sun, 18 Jul 2021 15:21:06 +0200 Subject: [PATCH] sanctuary-style@4.0.x --- .travis.yml | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1aab3ed..18ed9da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: node_js notifications: email: false node_js: - - '6' + - '14' install: npm install script: - npm run check diff --git a/package.json b/package.json index 66e4141..20f6313 100644 --- a/package.json +++ b/package.json @@ -20,15 +20,15 @@ "cli-table": "0.3.1", "colors": "1.1.2", "daggy": "1.3.0", - "eslint": "5.15.x", + "eslint": "6.8.x", "fantasy-combinators": "0.0.x", - "sanctuary-style": "3.0.x", + "sanctuary-style": "4.0.x", "standard": "8.6.0", "tap": "10.0.0", "xyz": "3.0.x" }, "scripts": { - "lint": "eslint --config node_modules/sanctuary-style/eslint-es3.json --env es3 --global define --global module --global require --global self -- src/daggy.js && standard bench/*.js test/*.js", + "lint": "eslint --config node_modules/sanctuary-style/eslint-es3.json --global define --global module --global require --global self -- src/daggy.js && standard bench/*.js test/*.js", "release": "xyz --repo git@github.com:fantasyland/daggy.git --increment", "test": "tap -R tap test/*.js", "check": "npm run lint && npm run test",