@moonbit/markdown-linter
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -51,3 +51,3 @@ #!/usr/bin/env node | ||
fs.writeFileSync(path.join(projectPath, "/moon.mod.json"), `{ "name": "${projectName}" }`, "utf-8"); | ||
fs.writeFileSync(path.join(projectPath, "/moon.pkg.json"), `{"is_main": true}`, "utf-8"); | ||
fs.writeFileSync(path.join(projectPath, "/moon.pkg.json"), `{}`, "utf-8"); | ||
return projectPath; | ||
@@ -54,0 +54,0 @@ } |
{ | ||
"name": "@moonbit/markdown-linter", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "markdown linter for MoonBit", | ||
@@ -5,0 +5,0 @@ "main": "./markdown-linter.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
16703