Skip to content

Commit 0d26b04

Browse files
bartvenemanBart Veneman
andauthored
v4.0.0 (#193)
Co-authored-by: Bart Veneman <bart.veneman@drukwerkdeal.nl>
1 parent 3e875f1 commit 0d26b04

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [10.x, 12.x]
18+
node-version: [10.x, 12.x, 14.x]
1919

2020
steps:
2121
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@projectwallace/css-analyzer",
3-
"version": "4.0.0-0",
3+
"version": "4.0.0",
44
"author": "Bart Veneman",
55
"repository": {
66
"type": "git",

readme.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22

33
[![NPM Version](https://img.shields.io/npm/v/@projectwallace/css-analyzer.svg)](https://www.npmjs.com/package/@projectwallace/css-analyzer)
44
![Node.js CI](https://github.com/projectwallace/css-analyzer/workflows/Node.js%20CI/badge.svg)
5-
[![Known Vulnerabilities](https://snyk.io/test/github/projectwallace/css-analyzer/badge.svg)](https://snyk.io/test/github/projectwallace/css-analyzer)
65
[![Coverage Status](https://coveralls.io/repos/github/projectwallace/css-analyzer/badge.svg?branch=master)](https://coveralls.io/github/projectwallace/css-analyzer?branch=master)
76
![Dependencies Status](https://img.shields.io/david/projectwallace/css-analyzer.svg)
87
![Dependencies Status](https://img.shields.io/david/dev/projectwallace/css-analyzer.svg)
9-
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
10-
[![Project: Wallace](https://img.shields.io/badge/Project-Wallace-29c87d.svg)](https://www.projectwallace.com/oss)
118

129
> Analyze your CSS
1310

0 commit comments

Comments
 (0)