prettier-plugin-sh
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.2.4](https://github.com/rx-ts/prettier/compare/prettier-plugin-sh@0.2.3...prettier-plugin-sh@0.2.4) (2019-12-01) | ||
### Bug Fixes | ||
* **prettier-plugin-pkg:** support type and funding property ([68abab4](https://github.com/rx-ts/prettier/commit/68abab40312520dce01c6b6156b662d1df5c3f4b)) | ||
## [0.2.3](https://github.com/rx-ts/prettier/compare/prettier-plugin-sh@0.2.2...prettier-plugin-sh@0.2.3) (2019-11-11) | ||
@@ -8,0 +19,0 @@ |
import { Plugin } from 'prettier'; | ||
declare const _default: Plugin; | ||
export default _default; | ||
//# sourceMappingURL=index.d.ts.map |
import { SupportLanguage } from 'prettier'; | ||
export declare const languages: SupportLanguage[]; | ||
//# sourceMappingURL=languages.d.ts.map |
{ | ||
"name": "prettier-plugin-sh", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "An opinionated `shellscript、Dockerfile、properties、gitignore、dotenv、hosts、jvmoptions...` formatter plugin for Prettier", | ||
@@ -39,3 +39,3 @@ "repository": "git@github.com/rx-ts/prettier.git", | ||
}, | ||
"gitHead": "98d759916d2feefa2be779dcc42845142ad0f1b9" | ||
"gitHead": "d118d6c6a27597f52d681e5a129d8fcc0bf94ded" | ||
} |
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
88917
20