Skip to content

Commit

Permalink
Update according to the plugin guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
antyakushev committed May 5, 2015
1 parent fdfe701 commit bc08ab2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 1.0.0
* Update according to the plugin guidelines
* Bump to major release, since in 0.2.0 breaking changes were introduced and alas were not bumped.

## 0.2.0
* Change `to` keyword to mean `inclusively`
* Remove `through` keyword
Sorry, these are the breaking changes.

## 0.1.0
* Add `by` keyword

## 0.0.1
* First version of a plugin
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
{
"name": "postcss-for",
"version": "0.2.0",
"version": "1.0.0",
"description": "PostCSS plugin that enables SASS-like for loop syntax in your CSS",
"keywords": [
"postcss",
"css",
"postcssplugin",
"postcss-plugin",
"for",
"loop",
"sass",
"from",
"to",
"through",
"iterate"
],
"author": "Anton Yakushev <[email protected]>",
Expand All @@ -25,9 +24,9 @@
"postcss-simple-vars": "^0.2.4"
},
"devDependencies": {
"gulp-eslint": "0.8.0",
"gulp-eslint": "0.11.1",
"gulp-mocha": "2.0.1",
"chai": "2.2.0",
"chai": "2.3.0",
"gulp": "3.8.11"
},
"scripts": {
Expand Down

0 comments on commit bc08ab2

Please sign in to comment.