Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 2115ed2

Browse files
committed
Prepare v1.2.3 release
1 parent 7d1c44b commit 2115ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-pylint",
33
"main": "./lib/main.js",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"private": true,
66
"description": "Lint python on the fly, using pylint",
77
"repository": "https://github.com/AtomLinter/linter-pylint",
@@ -53,7 +53,7 @@
5353
"lazy-req": "^2.0.0"
5454
},
5555
"devDependencies": {
56-
"eslint": "^3.16.1",
56+
"eslint": "^3.13.0",
5757
"eslint-config-airbnb-base": "^11.1.1",
5858
"eslint-plugin-import": "^2.2.0"
5959
},

0 commit comments

Comments
 (0)