Skip to content

Commit

Permalink
fix: adjustments to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcpereira11 committed May 6, 2020
1 parent 0bf6c47 commit 62a4435
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"private": true,
"description": "Eslint config for usage in Pixelmatters projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pixelmatters/eslint-config-pixelmatters.git"
Expand All @@ -15,11 +12,13 @@
"eslint-config",
"eslint"
],
"devDependencies": {
"eslint": ">= 6.8.0",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">= 2.31.0",
"@typescript-eslint/parser": ">= 2.31.0",
"eslint-plugin-prettier": ">= 3.1.3",
"eslint": ">= 6.8.0"
},
"dependencies": {
"@typescript-eslint/parser": ">= 2.31.0",
"eslint-config-prettier": ">= 6.10.0"
},
"author": "Pixelmatters",
Expand Down

0 comments on commit 62a4435

Please sign in to comment.