testiumjs / find-open-port

Returns a promise for an open port on localhost
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Use default pkg.json#files style #3

Closed jkrems closed 8 years ago

jkrems commented 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.

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] }
ageitgey commented 8 years ago

LGTM