Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "boost2fs", | ||
"description": "Convert Boostnote to normal files.", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"repository": "viko16/boost2fs", | ||
@@ -29,14 +29,14 @@ "license": "MIT", | ||
"devDependencies": { | ||
"coffee": "^5.1.0", | ||
"mocha": "^5.2.0", | ||
"coffee": "^5.4.0", | ||
"mocha": "^7.1.2", | ||
"standard": "^12.0.1" | ||
}, | ||
"dependencies": { | ||
"colors": "^1.3.2", | ||
"colors": "^1.4.0", | ||
"cson": "^5.1.0", | ||
"fs-extra": "^7.0.0", | ||
"fs-extra": "^7.0.1", | ||
"meow": "^5.0.0", | ||
"ora": "^3.0.0", | ||
"sanitize-filename": "^1.6.1" | ||
"ora": "^3.4.0", | ||
"sanitize-filename": "^1.6.3" | ||
} | ||
} |
@@ -37,4 +37,4 @@ # boost2fs | ||
- Export all notes into the output folder. | ||
- Covert <u>Markdown Notes</u> to `{title}.md`. | ||
- Covert <u>Snippet Notes</u> to `{title}/{filename}`. | ||
- Convert <u>Markdown Notes</u> to `{title}.md`. | ||
- Convert <u>Snippet Notes</u> to `{title}/{filename}`. | ||
- Deleted notes will be skipped. | ||
@@ -41,0 +41,0 @@ |
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
7686
Updatedcolors@^1.4.0
Updatedfs-extra@^7.0.1
Updatedora@^3.4.0
Updatedsanitize-filename@^1.6.3