Skip to content

Commit 4f03255

Browse files
committed
5.1.0
1 parent 4dcfeea commit 4f03255

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 5.1.0 - 2016-01-07
2+
13
- Added: "warnWhenCannotResolve" option to warn when calc() are not reduced to a single value
24

35
# 5.0.0 - 2015-08-25

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-calc",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "PostCSS plugin to reduce calc()",
55
"keywords": [
66
"css",
@@ -11,10 +11,7 @@
1111
],
1212
"author": "Maxime Thirouin",
1313
"license": "MIT",
14-
"repository": {
15-
"type": "git",
16-
"url": "https://github.com/postcss/postcss-calc.git"
17-
},
14+
"repository": "https://github.com/postcss/postcss-calc.git",
1815
"files": [
1916
"index.js"
2017
],

0 commit comments

Comments
 (0)