From 495aece139ae9679f510df66517c27d17968c2b8 Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Mon, 16 May 2016 11:16:11 -0400 Subject: [PATCH] chore(package): update eslint-config-punchcard to version 1.0.0 https://greenkeeper.io/ --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b0b5ed3..8ee2c34 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "ava:watch": "ava --watch | tap-diff", "nyc": "nyc --all npm run ava", "lint": "eslint ./" - }, "repository": { + }, + "repository": { "type": "git", "url": "git@github.com:punchcard-cms/input-plugin-email.git" }, @@ -22,7 +23,7 @@ "devDependencies": { "ava": "^0.12.0", "eslint": "2.2.0", - "eslint-config-punchcard": "^0.1.2", + "eslint-config-punchcard": "^1.0.0", "nyc": "^6.0.0", "punchcard-content-types": "^0.1.0", "tap-diff": "^0.1.1"