prettier-plugin-sh
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [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) | ||
**Note:** Version bump only for package prettier-plugin-sh | ||
## [0.2.2](https://github.com/rx-ts/prettier/compare/prettier-plugin-sh@0.2.1...prettier-plugin-sh@0.2.2) (2019-10-21) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = global || self, (global.prettierPlugins = global.prettierPlugins || {}, global.prettierPlugins.sh = factory(global.MvdanSh))); | ||
}(this, function (sh) { 'use strict'; | ||
}(this, (function (sh) { 'use strict'; | ||
@@ -472,2 +472,2 @@ sh = sh && sh.hasOwnProperty('default') ? sh['default'] : sh; | ||
})); | ||
}))); |
{ | ||
"name": "prettier-plugin-sh", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"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": "6d555b0d971474261bf93e00187b6105794b685d" | ||
"gitHead": "98d759916d2feefa2be779dcc42845142ad0f1b9" | ||
} |
88205