Skip to content

Commit 6e69742

Browse files
committed
Docco 0.9.2
1 parent 73c123d commit 6e69742

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The Lil License v1
22

3-
Copyright (c) 2009-2017 Jeremy Ashkenas
3+
Copyright (c) 2009-2025 Jeremy Ashkenas
44

55
Permission is hereby granted by the authors of this software, to any person,
66
to use the software for any purpose, free of charge, including the rights

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"coffeescript"
1010
],
1111
"author": "Jeremy Ashkenas",
12-
"version": "0.9.1",
12+
"version": "0.9.2",
1313
"license": "MIT",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/jashkenas/docco.git"
16+
"url": "git+https://github.com/jashkenas/docco.git"
1717
},
1818
"engines": {
1919
"node": ">=0.2.0"
@@ -27,6 +27,6 @@
2727
},
2828
"main": "./docco",
2929
"bin": {
30-
"docco": "./bin/docco"
30+
"docco": "bin/docco"
3131
}
3232
}

0 commit comments

Comments
 (0)