Skip to content

Commit ed487ad

Browse files
authored
Merge pull request #44 from whyboris/version-bump
version bump
2 parents 70434e2 + dda3ab2 commit ed487ad

File tree

3 files changed

+437
-513
lines changed

3 files changed

+437
-513
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Usage: diff2html [options] -- [diff args]
7272
| -u | --diffy | Upload to diffy.org | `browser`, `pbcopy`, `print` | |
7373
| -F | --file | Send output to file (overrides output option) | _[string]_ | |
7474
| --ig | --ignore | Ignore particular files from the diff | _[string]_ | |
75-
| -v | --version | | Show version number | | |
75+
| -v | --version | Show version number | | |
7676
| -h | --help | Show help | | |
7777

7878
Examples:
@@ -100,7 +100,7 @@ Examples:
100100
- `//diff2html-synchronisedScroll` - writes code to support selected scroll interaction, must be within a `<script>` block
101101
- `<!--diff2html-diff-->` - writes diff content to page
102102

103-
`diff2htal --ig package-lock.json --ig yarn.lock`
103+
`diff2html --ig package-lock.json --ig yarn.lock`
104104
- Ignore `package-lock.json` and `yarn.lock` from the generated diff
105105

106106
_NOTE_: notice the `--` in the examples

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@
5454
"main": "./src/main.js",
5555
"dependencies": {
5656
"copy-paste": "^1.3.0",
57-
"diff2html": "^2.4.0",
58-
"extend": "^3.0.1",
57+
"diff2html": "^2.7.0",
58+
"extend": "^3.0.2",
5959
"open": "^0.0.5",
60-
"request": "^2.87.0",
61-
"yargs": "^11.0.0"
60+
"request": "^2.88.0",
61+
"yargs": "^12.0.5"
6262
},
6363
"devDependencies": {
64-
"codacy-coverage": "^3.0.0",
64+
"codacy-coverage": "^3.4.0",
6565
"eslint": "^5.13.0",
66-
"eslint-plugin-promise": "^3.8.0",
67-
"eslint-plugin-standard": "^3.1.0",
68-
"nyc": "^13.2.0",
66+
"eslint-plugin-promise": "^4.0.1",
67+
"eslint-plugin-standard": "^4.0.0",
6968
"mocha": "^5.2.0",
69+
"nyc": "^13.2.0",
7070
"sinon": "^7.2.3"
7171
},
7272
"license": "MIT",

0 commit comments

Comments
 (0)