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