Skip to content

Commit d863ba7

Browse files
authored
Merge pull request #32 from veghdev/docs
README.md: add docs link
2 parents cc3efa6 + ff0824b commit d863ba7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ writenpmstat.datePeriod = "month";
2828
writenpmstat.writeNpmStat("2022-01", "2022-04-15");
2929
```
3030

31+
Visit our [documentation](https://veghdev.github.io/write-npmstat/) site for more details.
32+
3133
# Contributing
3234

3335
We welcome contributions to the project, visit our [contributing](https://github.com/veghdev/write-npmstat/blob/main/CONTRIBUTING.md) guide for further info.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"check-prettier": "prettier -c ./*js ./src/*js",
1212
"check-eslint": "eslint ./*js ./src/*js",
1313
"check": "npm-run-all check-prettier check-eslint",
14-
"docs": "npx jsdoc -d docs --readme README.md ./src/*js",
14+
"docs": "npx jsdoc -d docs -r README.md ./src/*js",
1515
"rollup": "rollup -c",
1616
"pack": "mkdir -p build && npm pack --pack-destination build && tar -ztvf build/*.tgz"
1717
},

0 commit comments

Comments
 (0)