Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fixes #982 Tested locally by cloning this repo and then: ``` $ rm package-lock.json $ npm install # regenerates package-lock.json $ npm test # fails because of nwsapi issues post-v2.2.2 # edit package.json to add override clause $ npm install # results in nwsapi@2.2.2 $ npm test # succeeds ```
- Loading branch information