Skip to content

Commit

Permalink
Prepare 0.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Dohm committed Mar 8, 2014
1 parent 8b8d198 commit d15e71d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "tabs-to-spaces",
"main": "./lib/tabs-to-spaces",
"version": "0.0.0",
"version": "0.0.1",
"description": "Provides the ability to convert all tabs to spaces in a document",
"activationEvents": ["tabs-to-spaces:convert"],
"activationEvents": [
"tabs-to-spaces:convert"
],
"repository": "https://github.com/lee-dohm/tabs-to-spaces",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
}
"dependencies": {}
}

0 comments on commit d15e71d

Please sign in to comment.