Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit 3472ac4

Browse files
authored
Misc: Fix changelog. Add npmignore. (#79)
- I messed up some links in the changelog. - Adds an `.npmignore` whitelist so we don't publish extra infrastructure + test cruft to npm. Looking at https://unpkg.com/nodejs-dashboard@0.4.3/ you can see there's a lot of unneeded stuff there.
1 parent 555cd2e commit 3472ac4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.npmignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
/*
3+
!/bin
4+
!/lib
5+
!LICENSE
6+
!*.md
7+
!package.json
8+
!index.js

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Change log
22

33
## [v0.4.3] - 2017-12-01
4-
- **Fixed:** Environment variable names on Linux.[\#76]
4+
- **Fixed:** Environment variable names on Linux [\#76]
55
- **Added:** Goto User-Defined Time Index [\#68]
66
- **Added:** Pause, Rewind and Fast Forward Graphs [\#67]
77
- **Added:** Longer history for graphs [\#64]
88

9-
## [v0.4.2] - 2017-12-01
9+
## v0.4.2 - 2017-12-01
1010
- **Not Published**: Bad release.
1111

1212
## [v0.4.1] - 2017-03-21
@@ -51,6 +51,7 @@
5151
- *Internal*: Remove dependency on root-require, update repo url in package.json [\#2]
5252
- *Internal*: Test scaffolding and basic reporter integration test [\#3]
5353

54+
[v0.4.3]: https://github.com/FormidableLabs/nodejs-dashboard/compare/v0.4.1...v0.4.3
5455
[v0.4.1]: https://github.com/FormidableLabs/nodejs-dashboard/compare/v0.4.0...v0.4.1
5556
[v0.4.0]: https://github.com/FormidableLabs/nodejs-dashboard/compare/v0.3.0...v0.4.0
5657
[v0.3.0]: https://github.com/FormidableLabs/nodejs-dashboard/compare/v0.2.1...v0.3.0
@@ -59,6 +60,7 @@
5960
[v0.1.2]: https://github.com/FormidableLabs/nodejs-dashboard/compare/v0.1.1...v0.1.2
6061
[v0.1.1]: https://github.com/FormidableLabs/nodejs-dashboard/compare/v0.1.0...v0.1.1
6162

63+
[\#76]: https://github.com/FormidableLabs/nodejs-dashboard/pull/76
6264
[\#68]: https://github.com/FormidableLabs/nodejs-dashboard/pull/72
6365
[\#67]: https://github.com/FormidableLabs/nodejs-dashboard/pull/70
6466
[\#64]: https://github.com/FormidableLabs/nodejs-dashboard/pull/66

0 commit comments

Comments
 (0)