Skip to content

Commit 1280ce1

Browse files
committed
Add JSDoc Dash template and config.
1 parent 9a98d8d commit 1280ce1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

jsdoc.conf.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"docset" : {
3+
"name": "StackTraceJS",
4+
"icon": "../logos/StackTraceLogo16x16.png",
5+
"enableJavascript": true
6+
},
7+
"opts": {
8+
"template": "node_modules/jsdoc-dash-template",
9+
"destination": "../"
10+
}
11+
}

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "stacktrace-js",
33
"description": "Framework-agnostic, micro-library for getting stack traces in all environments",
44
"maintainers": [
5-
"Eric Wendelin <[email protected]> (http://www.eriwen.com)",
5+
"Eric Wendelin <[email protected]> (https://www.eriwen.com)",
66
"Victor Homyakov <[email protected]> (https://github.com/victor-homyakov)",
77
"Oliver Salzburg (https://github.com/oliversalzburg)"
88
],
@@ -39,6 +39,7 @@
3939
"jasmine-ajax": "^3.2.0",
4040
"jasmine-core": "^2.3.4",
4141
"jscs": "^2.9.0",
42+
"jsdoc-dash-template": "^1.2.0",
4243
"json3": "^3.3.2",
4344
"karma": "^0.13.15",
4445
"karma-chrome-launcher": "^0.2.1",

0 commit comments

Comments
 (0)