Skip to content

Commit

Permalink
publish only index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Hurtak committed Jul 4, 2022
1 parent e03b085 commit 696ea13
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "eslint-config-start",
"description": "Eslint config providing collection of reasonable default for most project",
"description": "Slightly opinionated ESLint config that should be a good start for any project",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.30.4",
Expand All @@ -16,6 +15,10 @@
"test": "exit 0",
"release": "npx np"
},
"main": "index.js",
"files": [
"index.js"
],
"license": "MIT",
"author": {
"name": "Petr Hurtak",
Expand Down

0 comments on commit 696ea13

Please sign in to comment.