From bf2fbb5d070e7dff7aec8ebbf67bbe01599baaaf Mon Sep 17 00:00:00 2001 From: Mike Alicea Date: Mon, 23 Nov 2020 10:17:45 -0800 Subject: [PATCH] Upgrades to latest node 12.16.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 134450c..8eddd06 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,12 @@ "description": "Meetup Web Mocks", "author": "Meetup", "engines": { - "node": "^12.14.1", + "node": "^12.16.3", "yarn": "^1.21.1" }, "scripts": { "build": "babel src --out-dir lib", - "lint": "yarn run lint:base -- --fix", + "lint": "yarn run lint:base --fix", "lint:base": "eslint . --ext .js, .jsx", "modules:clean": "rm -rf node_modules", "test": "yarn run lint:base"