docsify-ts-api
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -40,3 +40,3 @@ const readPkgUp = require("read-pkg-up"); | ||
const { name, repository, version, docsifyApi } = result.pkg; | ||
this.github = repository.url.replace(".git", ""); | ||
this.github = repository.url.replace(".git", "").replace("git+", ""); | ||
this.version = version; | ||
@@ -43,0 +43,0 @@ this.projectName = name; |
{ | ||
"name": "docsify-ts-api", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Generate documentation on TypeScript API for docsify tool", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35299
0