exl-markdown-preview
Advanced tools
Comparing version 0.0.5 to 1.0.0
@@ -5,5 +5,5 @@ { | ||
"description": "Visual Studio Code extension to render a preview of Adobe Experience League markdown files. ", | ||
"version": "0.0.5", | ||
"version": "1.0.0", | ||
"engines": { | ||
"vscode": "^1.22.0" | ||
"vscode": "^1.48.0" | ||
}, | ||
@@ -13,2 +13,7 @@ "publisher": "adobe", | ||
"license": "Apache-2.0", | ||
"homepage": "https://bitbucket.org/oproma/vscode-adobe-authoring/src/master/packages/exl-markdown-preview/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://bitbucket.org/oproma/exl-markdown-preview.git" | ||
}, | ||
"categories": [ | ||
@@ -26,6 +31,3 @@ "Other" | ||
], | ||
"markdown.markdownItPlugins": true, | ||
"markdown.previewScripts": [ | ||
"preview.js" | ||
] | ||
"markdown.markdownItPlugins": true | ||
}, | ||
@@ -35,19 +37,9 @@ "scripts": { | ||
"pretest": "npm run lint", | ||
"test": "node ./test/runTest.js" | ||
"test": "node ./test/runTest.js", | ||
"package": "vsce package" | ||
}, | ||
"devDependencies": { | ||
"@types/glob": "^7.1.1", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^13.11.0", | ||
"@types/vscode": "^1.47.0", | ||
"eslint": "^6.8.0", | ||
"glob": "^7.1.6", | ||
"mocha": "^7.1.2", | ||
"typescript": "^3.8.3", | ||
"vscode-test": "^1.3.0" | ||
}, | ||
"dependencies": { | ||
"markdown-it-adobe-plugin": "^0.0.1" | ||
"markdown-it-adobe-plugin": "0.0.5" | ||
}, | ||
"gitHead": "8c075ae2e5f94c7c814b66fe94699f7f8a972858" | ||
"gitHead": "f1d0f93fc19b909d8e382796e022a3741a717eb7" | ||
} |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
1
0
52018
+ Addedmarkdown-it-adobe-plugin@0.0.5(transitive)