From 18c467028102c8225348b93d62166c4328f318c5 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Wed, 12 Sep 2018 15:31:21 -0700 Subject: [PATCH] fix mistake in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b70f9c..0cc7ebf 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "polymer-css-build": "bin/polymer-css-build" }, "scripts": { - "lint": "eslintG **/*.js", + "lint": "eslint **/*.js", "prepare-tests": "./tests/prepare-tests.sh", "test": "npm run lint && npm run prepare-tests && wct", "bundle": "rollup -c rollup.config.js"