Closed jkrems closed 8 years ago
This got messed up in https://github.com/testiumjs/find-open-port/pull/2. The file moved but the package.json#files entry wasn't updated.
package.json#files
Verified via:
> npm i ~/Projects/testium/find-open-port && node -p 'require("find-open-port")' find-open-port@1.0.1 node_modules/find-open-port └── bluebird@3.4.0 { [Function: findPort] findPort: [Circular], default: [Circular], isAvailable: [Function: isAvailable] }
LGTM
This got messed up in https://github.com/testiumjs/find-open-port/pull/2. The file moved but the
package.json#files
entry wasn't updated.Verified via: