@agrarium/plugin-markdown
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.0.3"></a> | ||
## [0.0.3](https://github.com/agrarium/agrarium/compare/@agrarium/plugin-markdown@0.0.2...@agrarium/plugin-markdown@0.0.3) (2018-04-02) | ||
**Note:** Version bump only for package @agrarium/plugin-markdown | ||
<a name="0.0.2"></a> | ||
@@ -8,0 +16,0 @@ ## 0.0.2 (2018-01-30) |
{ | ||
"name": "@agrarium/plugin-markdown", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Agrarium plugin for markdown files resolving", | ||
"main": "plugin-markdown.js", | ||
"author": "Anton Vinogradov <winogradovaa@gmail.com>", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"homepage": "https://github.com/agrarium/agrarium#readme", | ||
"bugs": "https://github.com/agrarium/agrarium/issues", | ||
"keywords": [], | ||
"repository": { | ||
@@ -11,11 +16,27 @@ "type": "git", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/agrarium/agrarium/issues" | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"homepage": "https://github.com/agrarium/agrarium#readme", | ||
"scripts": { | ||
"build": "rm -rf lib && tsc", | ||
"lint": "tsc -p . --noEmit && tslint -p . -t stylish", | ||
"prepublishOnly": "npm run build", | ||
"test": "mocha" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"files": [ | ||
"/lib" | ||
], | ||
"dependencies": { | ||
"@agrarium/plugin": "^0.0.2", | ||
"@agrarium/plugin": "^0.0.3", | ||
"@agrarium/types": "^0.1.0", | ||
"posthtml": "^0.11.0", | ||
"postmd": "0.0.2" | ||
}, | ||
"devDependencies": { | ||
"@agrarium/test-helpers": "^0.1.0", | ||
"sinon": "^4.4.9" | ||
} | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
8924
5
148
1
119
4
2
1
+ Added@agrarium/types@^0.1.0
+ Added@agrarium/plugin@0.0.3(transitive)
+ Added@agrarium/types@0.1.0(transitive)
- Removed@agrarium/plugin@0.0.2(transitive)
Updated@agrarium/plugin@^0.0.3