Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hhellyer committed Jul 7, 2017
1 parent 7036af3 commit ed6283b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "llnode",
"version": "1.5.1",
"version": "1.6.0",
"description": "Node.js plugin for LLDB",
"main": "no-entry-sorry.js",
"directories": {
"test": "test"
},
"bin" : { "llnode" : "scripts/llnode.sh"},
"bin": {
"llnode": "scripts/llnode.sh"
},
"//": "(Blame C++)",
"scripts": {
"preinstall": "node scripts/configure.js",
Expand Down

0 comments on commit ed6283b

Please sign in to comment.