Skip to content

Commit 285e59b

Browse files
committed
chore: add files to package.json
1 parent 609bfa0 commit 285e59b

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

HISTORY.md

-8
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,13 @@
22
1.2.3 / 2018-05-16
33
==================
44

5-
**features**
6-
* [[`17ffc37`](http://github.com/node-modules/detect-port/commit/17ffc37af8029f9744c885ebbb28dc2f19e587dd)] - feat: update contributor (xudafeng <<[email protected]>>)
7-
85
**fixes**
96
* [[`64777f8`](http://github.com/node-modules/detect-port/commit/64777f85cc519c9c4c2c84c23d2afed6a916f3c4)] - fix: ignore EADDRNOTAVAIL error when listen localhost (#33) (Haoliang Gao <<[email protected]>>)
107
* [[`398bc4f`](http://github.com/node-modules/detect-port/commit/398bc4f65f4d61ddfdc9bf7721118ea1a3bb6289)] - fix: handle 0.0.0.0:port binding (#26) (fengmk2 <<[email protected]>>)
118

129
**others**
1310
* [[`aedf44f`](http://github.com/node-modules/detect-port/commit/aedf44fc3f949de9ec187bdc8ee4d8daf84d6c2b)] - doc: tweak description (xudafeng <<[email protected]>>)
1411
* [[`b7ff76f`](http://github.com/node-modules/detect-port/commit/b7ff76f24db3d8d9123cbf396b9032b05a6b7146)] - update FAQ & contributor (xudafeng <<[email protected]>>)
15-
* [[`eb279f0`](http://github.com/node-modules/detect-port/commit/eb279f0426b2876a0702a74f27657850f6ad79b2)] - Update README.md (xdf <<[email protected]>>)
16-
* [[`27bb9f0`](http://github.com/node-modules/detect-port/commit/27bb9f0eaa840fb016b4461e6bcf1a9e6b4bdcf6)] - tweak ci (xudafeng <<[email protected]>>)
17-
* [[`51e9c46`](http://github.com/node-modules/detect-port/commit/51e9c468bb4bb929ca8cf41f3f6ba1e0e0914ddd)] - tweak project (#28) (xdf <<[email protected]>>)
18-
* [[`3ba1f96`](http://github.com/node-modules/detect-port/commit/3ba1f967dd65181b8ea7f0f76f5103675548973a)] - tweak readme (xudafeng <<[email protected]>>)
19-
* [[`31562b0`](http://github.com/node-modules/detect-port/commit/31562b0b4cea215442ca8704e274930909112b8c)] - bump version to 1.2.1 (xudafeng <<[email protected]>>)
2012
* [[`4a9e127`](http://github.com/node-modules/detect-port/commit/4a9e127b6d01bd45d9b689bd931d878aa9b5d397)] - cli tweak to verbose (#25) (xdf <<[email protected]>>),
2113

2214
1.1.3 / 2017-05-24

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 - 2017 node-modules and other contributors
3+
Copyright (c) 2014 - present node-modules and other contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"detect-port": "./bin/detect-port"
1212
},
1313
"main": "index.js",
14+
"files": [
15+
"bin",
16+
"lib",
17+
"index.js"
18+
],
1419
"repository": {
1520
"type": "git",
1621
"url": "git://github.com/node-modules/detect-port.git"

0 commit comments

Comments
 (0)