From f4ade5dd71d1f1b115f1063069bb0ff7ffd0a205 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 5 Oct 2023 12:39:22 -0400 Subject: [PATCH] align rules with modern-normalize v2.0.0 --- package.json | 3 +++ src/index.ts | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 53777ea..2f9fa23 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,9 @@ "optional": true } }, + "engines": { + "node": ">=6" + }, "keywords": [ "stitches", "css-in-js", diff --git a/src/index.ts b/src/index.ts index b50cde6..0f29ea6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ /*! stitches-normalize | MIT License | https://github.com/jakejarvis/stitches-normalize */ -/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ +/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ import type * as Stitches from "@stitches/react"; @@ -133,7 +133,7 @@ const normalizeCss = (options: Options = {}): Record