Skip to content

Commit

Permalink
Chore: v2.0.2
Browse files Browse the repository at this point in the history
- Updated dependencies.
- Added optional dependencies for typescript.
- Added emoji in description.
  • Loading branch information
ridays2001 committed Jan 16, 2021
1 parent 13b1e3b commit 40af5f1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 ."
Expand All @@ -19,7 +19,7 @@
"eslint-config"
],
"author": {
"name": "Riday",
"name": "Riday",
"email": "ridayshah2001@gmail.com"
},
"license": "MIT",
Expand All @@ -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",
Expand All @@ -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"
}
Expand Down

0 comments on commit 40af5f1

Please sign in to comment.