meetup-web-mocks
Advanced tools
Comparing version 1.2.17-beta to 1.2.18-beta
{ | ||
"name": "meetup-web-mocks", | ||
"version": "1.2.17-beta", | ||
"version": "1.2.18-beta", | ||
"license": "MIT", | ||
@@ -8,3 +8,3 @@ "description": "Meetup Web Mocks", | ||
"engines": { | ||
"node": "^12.16.3", | ||
"node": "^12.14.1", | ||
"yarn": "^1.21.1" | ||
@@ -14,3 +14,3 @@ }, | ||
"build": "babel src --out-dir lib", | ||
"lint": "yarn run lint:base --fix", | ||
"lint": "yarn run lint:base -- --fix", | ||
"lint:base": "eslint . --ext .js, .jsx", | ||
@@ -17,0 +17,0 @@ "modules:clean": "rm -rf node_modules", |
65000