We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28774e8 commit 71fd2fcCopy full SHA for 71fd2fc
package.json
@@ -7,6 +7,9 @@
7
"docs": "rm -rf docs && ./node_modules/.bin/jsdoc -c jsdoc.json -t node_modules/braintree-jsdoc-template -d docs",
8
"test": "sh ./scripts/test.sh"
9
},
10
+ "files": [
11
+ "convert-brighterscript-docs.js"
12
+ ],
13
"repository": {
14
"type": "git",
15
"url": "git+https://github.com/markwpearce/brighterscript-jsdocs-plugin.git"
@@ -32,4 +35,4 @@
32
35
"devDependencies": {
33
36
"braintree-jsdoc-template": "^3.3.0"
34
37
}
-}
38
+}
0 commit comments