From 40af5f15fd0bbab8956bff8708bdb6c937635609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Riday=20=E2=99=A1?= Date: Sat, 16 Jan 2021 16:12:38 +0530 Subject: [PATCH] Chore: v2.0.2 - Updated dependencies. - Added optional dependencies for typescript. - Added emoji in description. --- package.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a5f0b9a..18a8185 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-config-tulip", - "version": "2.0.1", - "description": "Sharable ESLint configuration.", + "version": "2.0.2", + "description": "🌷 Sharable Eslint configuration.", "main": "index.js", "scripts": { "test": "eslint ." @@ -19,7 +19,7 @@ "eslint-config" ], "author": { - "name": "Riday", + "name": "Riday ♡", "email": "ridayshah2001@gmail.com" }, "license": "MIT", @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/ridays2001/eslint-config-tulip#readme", "devDependencies": { - "@types/node": "^14.14.20", + "@types/node": "^14.14.21", "@typescript-eslint/eslint-plugin": "^4.13.0", "@typescript-eslint/parser": "^4.13.0", "eslint": "7.17.0", @@ -38,6 +38,10 @@ "peerDependencies": { "eslint": "^7.17.0" }, + "optionalDependencies": { + "@typescript-eslint/eslint-plugin": "^4.13.0", + "@typescript-eslint/parser": "^4.13.0" + }, "engines": { "node": ">=12.18.3" }