Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Apr 22, 2016
1 parent 5366045 commit 12ad2bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 5.0.1 - 2016-04-22

- Fixed: trailing space after custom property name causes duplicate empty
property
([#43](https://github.com/postcss/postcss-custom-properties/pull/43))

# 5.0.0 - 2015-08-25

- Removed: compatibility with postcss v4.x
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-custom-properties",
"version": "5.0.0",
"version": "5.0.1",
"description": "PostCSS plugin to polyfill W3C CSS Custom Properties for cascading variables",
"keywords": [
"css",
Expand All @@ -12,10 +12,7 @@
],
"author": "Maxime Thirouin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss-custom-properties.git"
},
"repository": "https://github.com/postcss/postcss-custom-properties.git",
"files": [
"index.js"
],
Expand All @@ -25,9 +22,11 @@
},
"devDependencies": {
"eslint": "^1.0.0",
"npmpub": "^3.1.0",
"tape": "^4.0.0"
},
"scripts": {
"test": "eslint . && tape test"
"test": "eslint . && tape test",
"release": "npmpub"
}
}

0 comments on commit 12ad2bf

Please sign in to comment.