Skip to content

Commit a175d39

Browse files
authored
Merge pull request #176 from ragnarok22/chore/badges
2 parents c68f05b + b22982f commit a175d39

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Nova.js
22

3+
[![Run Tests](https://github.com/novajslabs/nova.js/actions/workflows/test.yml/badge.svg)](https://github.com/novajslabs/nova.js/actions/workflows/test.yml)
4+
![Node.js](https://img.shields.io/badge/node.js-18|20|22-blue)
5+
![GitHub repo size](https://img.shields.io/github/repo-size/novajslabs/nova.js)
6+
![GitHub contributors](https://img.shields.io/github/contributors/novajslabs/nova.js)
7+
38
A collection of dependency-free React hooks.
49

510
## Getting started

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"private": false,
44
"version": "1.26.0",
55
"type": "module",
6+
"engines": {
7+
"node": ">=18"
8+
},
69
"scripts": {
710
"dev": "vite",
811
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",

0 commit comments

Comments
 (0)