We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7036af3 commit ed6283bCopy full SHA for ed6283b
1 file changed
package.json
@@ -1,12 +1,14 @@
1
{
2
"name": "llnode",
3
- "version": "1.5.1",
+ "version": "1.6.0",
4
"description": "Node.js plugin for LLDB",
5
"main": "no-entry-sorry.js",
6
"directories": {
7
"test": "test"
8
},
9
- "bin" : { "llnode" : "scripts/llnode.sh"},
+ "bin": {
10
+ "llnode": "scripts/llnode.sh"
11
+ },
12
"//": "(Blame C++)",
13
"scripts": {
14
"preinstall": "node scripts/configure.js",
0 commit comments