Skip to content

Commit ad1e58c

Browse files
committed
2.0.1
1 parent 1bdd1ad commit ad1e58c

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.0.1 - 2016-03-15
2+
3+
- Fixed: whitespace are retained between color() usage.
4+
([#27](https://github.com/postcss/postcss-color-function/pull/27))
5+
16
# 2.0.0 - 2015-09-07
27

38
- Removed: compatibility with postcss v4.x

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-color-function",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "PostCSS plugin to transform W3C CSS color function to more compatible CSS.",
55
"keywords": [
66
"css",
@@ -12,10 +12,7 @@
1212
],
1313
"author": "Maxime Thirouin",
1414
"license": "MIT",
15-
"repository": {
16-
"type": "git",
17-
"url": "https://github.com/postcss/postcss-color-function.git"
18-
},
15+
"repository": "https://github.com/postcss/postcss-color-function.git",
1916
"files": [
2017
"index.js"
2118
],
@@ -28,10 +25,12 @@
2825
"devDependencies": {
2926
"jscs": "^1.6.2",
3027
"jshint": "^2.5.6",
28+
"npmpub": "^3.1.0",
3129
"tape": "^3.0.0"
3230
},
3331
"scripts": {
3432
"lint": "jscs *.js **/*.js && jshint . --exclude-path .gitignore",
35-
"test": "npm run lint && tape test"
33+
"test": "npm run lint && tape test",
34+
"release": "npmpub"
3635
}
3736
}

0 commit comments

Comments
 (0)