Skip to content

Commit

Permalink
fixed: Package file
Browse files Browse the repository at this point in the history
  • Loading branch information
vivi90 committed Aug 1, 2020
1 parent 3c69aaa commit c4a7a48
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.1.3 Package file fixed

## 0.1.2 - Keymap fixed

## 0.1.1 - Minimal fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "dec-hex-oct-bin",
"main": "./lib/dec-hex-oct-bin",
"version": "0.1.2",
"version": "0.1.3",
"description": "Helper panel to convert values.",
"activationEvents": [
"dec-hex-oct-bin:toggle"
],
"repository": "https://github.com/erkkikeranen/dec-hex-oct-bin",
"keywords": [],
"activationCommands": {
"atom-workspace": "dec-hex-oct-bin:toggle"
},
"repository": "https://github.com/atom-extensions/dec-hex-oct-bin",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {}
}

0 comments on commit c4a7a48

Please sign in to comment.