Skip to content

Commit

Permalink
Merge pull request #107 from gurezo/feature/jsdoc
Browse files Browse the repository at this point in the history
Feature/jsdoc
  • Loading branch information
dynamis authored Jun 10, 2021
2 parents f935a56 + b1002b7 commit aa74b01
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 12 deletions.
9 changes: 9 additions & 0 deletions gc/polyfill/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# System Files
.DS_Store
Thumbs.db

# dependencies
/node_modules

# jsdoc
/jsdoc
6 changes: 6 additions & 0 deletions gc/polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"main": "polyfill.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"jsdoc": "rm -rf jsdoc/ && jsdoc -d jsdoc polyfill.js"
},
"devDependencies": {
"jsdoc": "^3.6.6"
}
}
Loading

0 comments on commit aa74b01

Please sign in to comment.