Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #48 from MadLittleMods/1-4-2-remove-prebuild-insta…
Browse files Browse the repository at this point in the history
…ll-hook

Remove install hook to prevent hanging - Prepare 1.4.2
  • Loading branch information
MadLittleMods committed Nov 12, 2017
2 parents 136e824 + 7e303c9 commit 5daa49c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v1.4.2 - 2017-11-11

- Remove npm `install` hook to prevent hanging the install process caused by `prebuild-install` verify require and our side-effects.
- Thanks to [@Lange](https://github.com/Lange) for [figuring out the root cause](https://github.com/MadLittleMods/node-usb-detection/pull/47#issuecomment-343714022).

## v1.4.1 - 2017-11-11

- Add check for null before notifying of addition/removal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![npm version](https://badge.fury.io/js/usb-detection.svg)](http://badge.fury.io/js/usb-detection)
[![npm version](https://badge.fury.io/js/usb-detection.svg)](http://badge.fury.io/js/usb-detection) [![Gitter](https://badges.gitter.im/MadLittleMods/node-usb-detection.svg)](https://gitter.im/MadLittleMods/node-usb-detection?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)


# usb-detection
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"gypfile": true,
"scripts": {
"test": "mocha --timeout 10000",
"install": "prebuild-install || node-gyp rebuild",
"prebuild": "prebuild --all --strip --verbose"
},
"repository": {
Expand Down

0 comments on commit 5daa49c

Please sign in to comment.