Skip to content

Commit

Permalink
Merge pull request #1660 from thejamespower/pull-request
Browse files Browse the repository at this point in the history
Update CSSComb to v4.0.1.
  • Loading branch information
Glavin001 authored May 28, 2017
2 parents b0b193d + a382163 commit 54ef931
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
- Fix [#1524](https://github.com/Glavin001/atom-beautify/issues/1524). Add PHP-CS-Fixer config file setting and improve automatic detection of standard config files. See [#1661](https://github.com/Glavin001/atom-beautify/pull/1661)
- ...

# v0.29.25 (2017-05-12)
- Fix [#1547](https://github.com/Glavin001/atom-beautify/issues/1547), [#1630](https://github.com/Glavin001/atom-beautify/issues/1630). Update CSSComb to latest version.

# v0.29.24 (2017-05-06)
- Fix [#1643](https://github.com/Glavin001/atom-beautify/issues/1643). Add PHPCBF Version setting and remove "--no-patch" option from version 3.0 of PHPCBF. See [#1645](https://github.com/Glavin001/atom-beautify/pull/1645).
- Close [#27](https://github.com/Glavin001/atom-beautify/issues/27). Add commands for beautifying a specific language
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atom-beautify",
"main": "./src/beautify",
"version": "0.29.24",
"version": "0.29.25",
"private": true,
"description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom",
"repository": {
Expand Down Expand Up @@ -134,6 +134,10 @@
{
"name": "Taylon Silmer",
"url": "https://github.com/taylon"
},
{
"name": "James Power",
"url": "https://github.com/thejamespower"
}
],
"engines": {
Expand All @@ -148,7 +152,7 @@
"coffee-fmt": "^0.12.0",
"coffee-formatter": "^0.1.2",
"coffee-script": "^1.11.0",
"csscomb": "^3.1.7",
"csscomb": "^4.0.1",
"diff": "3.0.0",
"editorconfig": "^0.13.2",
"eslint": "^3.13.1",
Expand Down Expand Up @@ -399,4 +403,4 @@
"lint": "coffeelint src/ spec/",
"code-docs": "codo && open docs/code/index.html"
}
}
}

0 comments on commit 54ef931

Please sign in to comment.