joplin-plugin-space-indenter
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "joplin-plugin-space-indenter", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"scripts": { | ||
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive", | ||
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive", | ||
"prepare": "npm run dist", | ||
"update": "npm install -g generator-joplin && yo joplin --update" | ||
"updateVersion": "webpack --env joplin-plugin-config=updateVersion", | ||
"update": "npm install -g generator-joplin && yo joplin --node-package-manager npm --update --force" | ||
}, | ||
@@ -17,15 +18,15 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^14.0.14", | ||
"@codemirror/language": "^6.10.1", | ||
"@codemirror/state": "^6.4.1", | ||
"@types/node": "^18.7.13", | ||
"chalk": "^4.1.0", | ||
"copy-webpack-plugin": "^6.1.0", | ||
"fs-extra": "^9.0.1", | ||
"glob": "^7.1.6", | ||
"on-build-webpack": "^0.1.0", | ||
"tar": "^6.0.5", | ||
"ts-loader": "^7.0.5", | ||
"typescript": "^3.9.3", | ||
"webpack": "^4.43.0", | ||
"webpack-cli": "^3.3.11", | ||
"yargs": "^16.2.0" | ||
"copy-webpack-plugin": "^11.0.0", | ||
"fs-extra": "^10.1.0", | ||
"glob": "^8.0.3", | ||
"tar": "^6.1.11", | ||
"ts-loader": "^9.3.1", | ||
"typescript": "^4.8.2", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0" | ||
} | ||
} |
@@ -5,12 +5,14 @@ { | ||
"app_min_version": "2.6", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"name": "Space Indenter", | ||
"description": "Indent paragraphs with spaces instead of tabs", | ||
"author": "alondmnt", | ||
"author": "Alon Diament", | ||
"homepage_url": "https://github.com/alondmnt/joplin-plugin-space-indenter", | ||
"repository_url": "https://github.com/alondmnt/joplin-plugin-space-indenter", | ||
"keywords": [], | ||
"categories": [], | ||
"_publish_hash": "sha256:69127d1776feba2eb6d55ca7a6975da63686e3c77be7b5adf8fbd37ed07b730c", | ||
"_publish_commit": "main:197691df8708ba105ced3fa3c27e04658f840dad" | ||
"categories": [ | ||
"editor" | ||
], | ||
"_publish_hash": "sha256:a522fd96f445feb022a680237d330027a5e066e13a760bb0a18f16ddd188a359", | ||
"_publish_commit": "main:9f4bf14c0a7c38b15731ec0af5138d75c56c78e1" | ||
} |
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
18082
16