Skip to content

Commit

Permalink
Prepare 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erkkikeranen committed May 27, 2014
1 parent 7849f03 commit 5ead73e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
@@ -1,14 +1,15 @@
{
"name": "dec-hex-oct-bin",
"main": "./lib/dec-hex-oct-bin",
"version": "0.0.0",
"version": "0.1.0",
"description": "Append a helper panel to your right, and click buttons to get decimal, hex, octal and binary representation at value under cursor.",
"activationEvents": ["dec-hex-oct-bin:toggle"],
"activationEvents": [
"dec-hex-oct-bin:toggle"
],
"repository": "https://github.com/erkkikeranen/dec-hex-oct-bin",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
}
"dependencies": {}
}

0 comments on commit 5ead73e

Please sign in to comment.