We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c123d commit 6e69742Copy full SHA for 6e69742
LICENSE
@@ -1,6 +1,6 @@
1
The Lil License v1
2
3
-Copyright (c) 2009-2017 Jeremy Ashkenas
+Copyright (c) 2009-2025 Jeremy Ashkenas
4
5
Permission is hereby granted by the authors of this software, to any person,
6
to use the software for any purpose, free of charge, including the rights
package.json
@@ -9,11 +9,11 @@
9
"coffeescript"
10
],
11
"author": "Jeremy Ashkenas",
12
- "version": "0.9.1",
+ "version": "0.9.2",
13
"license": "MIT",
14
"repository": {
15
"type": "git",
16
- "url": "https://github.com/jashkenas/docco.git"
+ "url": "git+https://github.com/jashkenas/docco.git"
17
},
18
"engines": {
19
"node": ">=0.2.0"
@@ -27,6 +27,6 @@
27
28
"main": "./docco",
29
"bin": {
30
- "docco": "./bin/docco"
+ "docco": "bin/docco"
31
}
32
0 commit comments