Skip to content

Commit 44b72fa

Browse files
Merge pull request #2 from DanielVenturini/colordiff
Colordiff
2 parents cfdb923 + 86b3863 commit 44b72fa

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.2.0 / 2019-03-22
2+
==================
3+
4+
* differentiating between Linux and MacOS
5+
* download and install colordiff
16

27
1.1.0 / 2014-02-13
38
==================

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# npm-diff(1)
2+
# npm-diff(2)
33

44
Diff two versions of a node module.
55

@@ -40,12 +40,6 @@ If you don't have [colordiff](http://www.colordiff.org), and want to use it (on
4040
$ make colordiff
4141
```
4242

43-
## Sponsors
44-
45-
This module is proudly supported by my [Sponsors](https://github.com/juliangruber/sponsors)!
46-
47-
Do you want to support modules like this to improve their quality, stability and weigh in on new features? Then please consider donating to my [Patreon](https://www.patreon.com/juliangruber). Not sure how much of my modules you're using? Try [feross/thanks](https://github.com/feross/thanks)!
48-
4943
## License
5044

5145
MIT

npm-diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/usr/bin/env bash
22

33
#
4-
# npm-diff(1)
4+
# npm-diff(2)
55
#
66
# MIT licensed
77
# (c) 2014 Segment.io <[email protected]>
88
# (c) 2018 Julian Gruber <[email protected]>
9+
# (c) 2019 Daniel Venturini <[email protected]>
910
#
1011

1112
set -e
@@ -65,4 +66,3 @@ diff \
6566
# cleanup
6667

6768
rm -Rf $work
68-

0 commit comments

Comments
 (0)