From 237fd92511cdbd7d379192397fb558220abd2f7c Mon Sep 17 00:00:00 2001 From: Gabriel Lebec Date: Thu, 9 Feb 2017 16:35:52 -0500 Subject: [PATCH] 2.7.0 --- package.json | 84 ++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/package.json b/package.json index 814e3ee..ff3d981 100644 --- a/package.json +++ b/package.json @@ -1,44 +1,44 @@ { - "name": "eslint-config-fullstack", - "version": "2.6.0", - "description": "a complete starter ESLint config file to help students avoid errors and learn best practices", - "main": "index.js", - "scripts": { - "test": "mocha" - }, - "repository": { - "type": "git", - "url": "https://github.com/FullstackAcademy/eslint-config-fullstack.git" - }, - "keywords": [ - "eslint", - "eslintconfig", - "eslintrc", - "linter", - "lint", - "fullstack", - "gracehopper", - "academy", - "fsa", - "fs", - "gha", - "gh", - "educational" - ], - "author": "Gabriel Lebec (https://github.com/glebec)", - "license": "MIT", - "bugs": { - "url": "https://github.com/FullstackAcademy/eslint-config-fullstack/issues" - }, - "homepage": "https://github.com/FullstackAcademy/eslint-config-fullstack#readme", - "devDependencies": { - "chai": "^3.5.0", - "eslint": "~3.15.0", - "eslint-plugin-react": "~6.9.0", - "mocha": "^3.0.0" - }, - "peerDependencies": { - "eslint": ">=3.12.1", - "eslint-plugin-react": ">=6.8.0" - } + "name": "eslint-config-fullstack", + "version": "2.7.0", + "description": "a complete starter ESLint config file to help students avoid errors and learn best practices", + "main": "index.js", + "scripts": { + "test": "mocha" + }, + "repository": { + "type": "git", + "url": "https://github.com/FullstackAcademy/eslint-config-fullstack.git" + }, + "keywords": [ + "eslint", + "eslintconfig", + "eslintrc", + "linter", + "lint", + "fullstack", + "gracehopper", + "academy", + "fsa", + "fs", + "gha", + "gh", + "educational" + ], + "author": "Gabriel Lebec (https://github.com/glebec)", + "license": "MIT", + "bugs": { + "url": "https://github.com/FullstackAcademy/eslint-config-fullstack/issues" + }, + "homepage": "https://github.com/FullstackAcademy/eslint-config-fullstack#readme", + "devDependencies": { + "chai": "^3.5.0", + "eslint": "~3.15.0", + "eslint-plugin-react": "~6.9.0", + "mocha": "^3.0.0" + }, + "peerDependencies": { + "eslint": ">=3.12.1", + "eslint-plugin-react": ">=6.8.0" + } }