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

Commit 5787446

Browse files
committed
Prepare 0.0.1 release
1 parent f24e47c commit 5787446

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
"linter-package": true,
44
"activationEvents": [],
55
"main": "./lib/init",
6-
"version": "0.0.0",
6+
"version": "0.0.1",
77
"description": "Lint python on the fly, using pylint",
88
"repository": "https://github.com/AtomLinter/linter-pylint",
99
"license": "MIT",
1010
"engines": {
1111
"atom": ">0.50.0"
1212
},
13-
"dependencies": {
14-
}
13+
"dependencies": {}
1514
}

0 commit comments

Comments
 (0)