Skip to content

Commit d172c5b

Browse files
committed
Update readme badges
1 parent d68901e commit d172c5b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
This is a part of [Node3D](https://github.com/node-3d) project.
44

55
[![NPM](https://badge.fury.io/js/deps-opengl-raub.svg)](https://badge.fury.io/js/deps-opengl-raub)
6-
[![CodeFactor](https://www.codefactor.io/repository/github/node-3d/deps-opengl-raub/badge)](https://www.codefactor.io/repository/github/node-3d/deps-opengl-raub)
6+
[![ESLint](https://github.com/node-3d/deps-opengl-raub/actions/workflows/eslint.yml/badge.svg)](https://github.com/node-3d/deps-opengl-raub/actions/workflows/eslint.yml)
7+
[![Test](https://github.com/node-3d/deps-opengl-raub/actions/workflows/test.yml/badge.svg)](https://github.com/node-3d/deps-opengl-raub/actions/workflows/test.yml)
78

89
```
910
npm i -s deps-opengl-raub

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Luis Blanco <luisblanco1337@gmail.com>",
33
"name": "deps-opengl-raub",
4-
"version": "5.2.0",
4+
"version": "5.1.1",
55
"description": "Binaries and headers for OpenGL-dependent addons",
66
"license": "MIT",
77
"main": "index.js",

0 commit comments

Comments
 (0)