Skip to content

Commit 966a3b1

Browse files
authored
Merge pull request #5 from Orhideous/master
Drop transitive dependencies
2 parents 7ed1718 + f217b53 commit 966a3b1

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

package.json

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,24 @@
11
{
22
"name": "@evo/eslint-config-uaprom",
3-
"version": "1.1.0",
4-
"description": "Репозиторий c инструкцией подключения к другим проектам и готовым конфигом на базе [airbnb](https://github.com/airbnb/javascript)",
3+
"version": "2.0.0",
4+
"description": "Репозиторий c инструкцией подключения к другим проектам и готовым конфигом на базе [airbnb](https://github.com/airbnb/javascript)",
55
"main": "index.js",
66
"dependencies": {
77
"babel-eslint": "^6.1.2",
8-
"eslint-config-airbnb": "^9.0.1"
9-
},
10-
"peerDependencies": {
11-
"eslint": "^2.12.0",
12-
"eslint-plugin-import": "^2.2.0",
13-
"eslint-plugin-jsx-a11y": "^1.4.2",
14-
"eslint-plugin-react": "^5.1.1"
8+
"eslint-config-airbnb": "^14.1"
159
},
1610
"devDependencies": {},
1711
"scripts": {
1812
"test": "echo \"Error: no test specified\" && exit 1"
1913
},
2014
"repository": {
2115
"type": "git",
22-
"url": "git+https://github.com/Prom-ua/eslint-config-uaprom.git"
16+
"url": "git+https://github.com/evo-company/eslint-config-uaprom.git"
2317
},
2418
"author": "",
2519
"license": "ISC",
2620
"bugs": {
27-
"url": "https://github.com/Prom-ua/eslint-config-uaprom/issues"
21+
"url": "https://github.com/evo-company/eslint-config-uaprom/issues"
2822
},
29-
"homepage": "https://github.com/Prom-ua/eslint-config-uaprom#readme"
23+
"homepage": "https://github.com/evo-companya/eslint-config-uaprom#readme"
3024
}

0 commit comments

Comments
 (0)