Oops, I forgot to re-run the build scripts, this broke postcss
master
Christopher Chedeau 2017-06-07 16:38:05 -07:00
parent f702c2c614
commit 4758f5a80d
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# 1.4.4
* Fix postcss, I forgot to re-run the build script :(
# 1.4.3
[link](https://github.com/jlongster/prettier/compare/1.4.2...1.4.3)

View File

@ -1248,7 +1248,7 @@ var comments$1 = {
};
var name = "prettier";
var version$1 = "1.4.3";
var version$1 = "1.4.4";
var description = "Prettier is an opinionated JavaScript formatter";
var bin = { "prettier": "./bin/prettier.js" };
var repository = "prettier/prettier";

View File

@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "1.4.3",
"version": "1.4.4",
"description": "Prettier is an opinionated JavaScript formatter",
"bin": {
"prettier": "./bin/prettier.js"