Skip to content

Commit 84cd583

Browse files
committed
Revert name back to 'segfault-handler' vs 'segfault_handler'
1 parent 48ea017 commit 84cd583

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

binding.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"targets": [
33
{
4-
"target_name": "segfault_handler",
4+
"target_name": "segfault-handler",
55
"sources": [
66
"src/segfault-handler.cpp"
77
],

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
// The 'bindings' helper will try all the well-known paths that the module might compile to based on platform / version / debug / etc
3-
module.exports = require('bindings')('segfault_handler');
3+
module.exports = require('bindings')('segfault-handler');
44

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "segfault_handler",
2+
"name": "segfault-handler",
33
"description": "catches SIGSEGV and prints diagnostic information",
44
"version": "0.2.1",
55
"author": "Dave Dopson <[email protected]>",

0 commit comments

Comments
 (0)