Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 936585c

Browse files
committed
3.1.2
1 parent dcc69ad commit 936585c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to PostCSS Lab Function
22

3+
### 3.1.2 (April 25, 2020)
4+
5+
- Updated: Publish
6+
37
### 3.1.1 (April 25, 2020)
48

59
- Updated: Using `walkType` to evade walker bug in `postcss-values-parser`

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-lab-function",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Use lab() and lch() color functions in CSS",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "CC0-1.0",
@@ -19,7 +19,8 @@
1919
"lint:fix": "npx eslint --cache --fix",
2020
"pretest": "npm install && npm run build",
2121
"test": "npm run lint && npm run tape",
22-
"tape": "npx postcss-tape"
22+
"tape": "npx postcss-tape",
23+
"prepublishOnly": "npm test"
2324
},
2425
"engines": {
2526
"node": ">=10.0.0"

0 commit comments

Comments
 (0)