Skip to content

Commit

Permalink
Prepare 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolmirosa committed Jun 6, 2017
1 parent 770d6de commit a9e01e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "open-files",
"main": "./lib/open-files",
"version": "0.6.0",
"version": "0.6.1",
"description": "This package adds an 'open files' pane above Atom's tree-view, mimicking the functionality of Sublime Text",
"keywords": [
"tree-view",
Expand All @@ -15,11 +15,11 @@
},
"consumedServices": {
"file-icons.element-icons": {
"versions": {
"1.0.0": "consumeElementIcons"
}
"versions": {
"1.0.0": "consumeElementIcons"
}
}
},
},
"dependencies": {
"atom-utils": "^0.9.2",
"jquery": "^3.1.1",
Expand Down

0 comments on commit a9e01e7

Please sign in to comment.