Skip to content

Commit

Permalink
#92 Installation does not work on Debian (revert for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloc committed Aug 4, 2017
1 parent d669387 commit a00c95b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ dtrace-provider - Changes

## HISTORY

* 0.8.5:
Reverted "Install fails on Debian due to differently named node binary" for
now

* 0.8.4:
Only log error once when DTraceProviderBindings can't be found
Install fails on Debian due to differently named node binary
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dtrace-provider",
"version": "0.8.4",
"version": "0.8.5",
"description": "Native DTrace providers for node.js applications",
"keywords": [
"dtrace",
Expand All @@ -26,7 +26,7 @@
"tap": "^0.2.0"
},
"scripts": {
"install": "$npm_node_execpath scripts/install.js",
"install": "node scripts/install.js",
"test": "tap test/*test.js"
},
"main": "./dtrace-provider.js"
Expand Down

0 comments on commit a00c95b

Please sign in to comment.