toast-jsdoc
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "toast-jsdoc", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A beautiful responsive documentation template theme for JSDoc 3", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -16,3 +16,3 @@ # Toast | ||
```bash | ||
$ npm install --save-dev toast | ||
$ npm install --save-dev toast-jsdoc | ||
``` | ||
@@ -25,3 +25,3 @@ | ||
```bash | ||
$ jsdoc entry-file.js -t path/to/toast | ||
$ jsdoc entry-file.js -t path/to/toast-jsdoc | ||
``` | ||
@@ -43,3 +43,3 @@ | ||
"opts": { | ||
"template": "node_modules/toast" | ||
"template": "node_modules/toast-jsdoc" | ||
} | ||
@@ -73,3 +73,3 @@ ``` | ||
"recurse": true, | ||
"template": "./node_modules/toast" | ||
"template": "./node_modules/toast-jsdoc" | ||
} | ||
@@ -76,0 +76,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1508721
1499