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

Commit d290a8a

Browse files
committed
Prepare 0.0.6 release
1 parent b1d729b commit d290a8a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "python-isort",
33
"main": "./lib/index",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"description": "Organize Python Imports using Isort",
66
"repository": "https://github.com/bh/atom-python-isort",
77
"license": "MIT",
88
"engines": {
99
"atom": ">0.50.0"
1010
},
11-
"dependencies": {
12-
}
11+
"dependencies": {}
1312
}

0 commit comments

Comments
 (0)