Skip to content

Commit 03e2852

Browse files
committed
Version 0.14.0
1 parent 32c8065 commit 03e2852

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
33
Version 2, December 2004
44

5-
Copyright (c) 2016 David Chambers <[email protected]>
5+
Copyright (c) 2018 David Chambers <[email protected]>
66

77
Everyone is permitted to copy and distribute verbatim or modified
88
copies of this license document, and changing it is allowed as long

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doctest",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Doctests for JavaScript and CoffeeScript",
55
"license": "WTFPL",
66
"contributors": [

test/line-endings/CR.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
// > 2 * 3 * 7// 42
1+
// > 2 * 3 * 7// 42

0 commit comments

Comments
 (0)