Skip to content

Commit d2b541b

Browse files
committed
Merge branch 'dev' of github.com:djthorpe/js-framework into dev
2 parents e963300 + 3620fcd commit d2b541b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+4865
-2430
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# js-framework
2+

Diff for: config/jsdoc.config.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"source": {
33
"include": [
4-
"js"
4+
"src"
55
],
66
"exclude": [
77
"node_modules"
@@ -12,8 +12,5 @@
1212
"readme": "./README.md",
1313
"destination": "./dist/doc",
1414
"recurse": true
15-
},
16-
"plugins": [
17-
"./node_modules/@ckeditor/jsdoc-plugins/lib/export-fixer/export-fixer.js"
18-
]
15+
}
1916
}

Diff for: html/index.html

-13
This file was deleted.

0 commit comments

Comments
 (0)