Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AvraamMavridis committed Feb 10, 2017
1 parent 1f1d643 commit 15fd639
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PostCSS Sort Alphabetically [![Build Status](https://travis-ci.org/mycsHQ/postcss-sort-alphabetically.svg?branch=master)](https://travis-ci.org/mycsHQ/postcss-sort-alphabetically) [![semantic-versioning](https://img.shields.io/badge/semantic%20-versioning-green.svg)]()
# PostCSS Sort Alphabetically [![Build Status](https://travis-ci.org/mycsHQ/postcss-sort-alphabetically.svg?branch=master)](https://travis-ci.org/mycsHQ/postcss-sort-alphabetically) [![semantic-versioning](https://img.shields.io/badge/semantic%20-versioning-green.svg)]() [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![npm](https://img.shields.io/npm/v/postcss-sort-alphabetically.svg)](https://www.npmjs.com/package/postcss-sort-alphabetically)

[PostCSS] plugin which sorts css properties alphabetically.

Expand Down
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ var postcss = require('postcss');

module.exports = postcss.plugin('postcss-sort-alphabetically', function () {

// Work with options here

return function (root) {

root.walkRules(rule => {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-sort-alphabetically",
"version": "0.1.0",
"version": "1.0.0",
"description": "PostCSS plugin which sorts css properties alphabetically",
"keywords": [
"postcss",
Expand All @@ -22,9 +22,9 @@
"url": "git+https://github.com/mycsHQ/postcss-sort-alphabetically.git"
},
"bugs": {
"url": "https://github.com/AvraamMavridis/postcss-sort-alphabetically/issues"
"url": "https://github.com/mycsHQ/postcss-sort-alphabetically/issues"
},
"homepage": "https://github.com/AvraamMavridis/postcss-sort-alphabetically",
"homepage": "https://github.com/mycsHQ/postcss-sort-alphabetically",
"dependencies": {
"postcss": "^5.2.6"
},
Expand Down

0 comments on commit 15fd639

Please sign in to comment.