Skip to content

Commit

Permalink
Prepare 0.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Sonnie committed Feb 14, 2017
1 parent 5164828 commit ddb8995
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
{
"name": "lnrecall",
"main": "./lib/lnrecall",
"version": "0.0.1",
"version": "0.0.2",
"description": "A simple 2 button -- line number -- mark and recall.",
"keywords": [
],
"keywords": [],
"activationCommands": {
"atom-workspace": "lnrecall:recall",
"atom-workspace": "lnrecall:mark"
"atom-workspace": "lnrecall:mark"
},
"repository": "https://github.com/FluidCoding/lnrecall",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
}
"dependencies": {}
}

0 comments on commit ddb8995

Please sign in to comment.