Skip to content

Commit 71fd2fc

Browse files
committed
Updated package.json to only include neccessary files
1 parent 28774e8 commit 71fd2fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"docs": "rm -rf docs && ./node_modules/.bin/jsdoc -c jsdoc.json -t node_modules/braintree-jsdoc-template -d docs",
88
"test": "sh ./scripts/test.sh"
99
},
10+
"files": [
11+
"convert-brighterscript-docs.js"
12+
],
1013
"repository": {
1114
"type": "git",
1215
"url": "git+https://github.com/markwpearce/brighterscript-jsdocs-plugin.git"
@@ -32,4 +35,4 @@
3235
"devDependencies": {
3336
"braintree-jsdoc-template": "^3.3.0"
3437
}
35-
}
38+
}

0 commit comments

Comments
 (0)