From b31e1d87e3bc961d99469f7293d5053f9554ee20 Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Wed, 26 Jun 2024 16:17:01 +1000 Subject: [PATCH] Add css-scope-inline w/ git auto-update --- packages/c/css-scope-inline.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 packages/c/css-scope-inline.json diff --git a/packages/c/css-scope-inline.json b/packages/c/css-scope-inline.json new file mode 100644 index 000000000..458b6399a --- /dev/null +++ b/packages/c/css-scope-inline.json @@ -0,0 +1,29 @@ +{ + "name": "css-scope-inline", + "description": "Lightweight CSS scoping for inline styles without a build step", + "keywords": [ + "css", + "scope", + "inline", + "styling" + ], + "author": "Nathanael Anderson", + "license": "MIT", + "homepage": "https://github.com/gnat/css-scope-inline", + "repository": { + "type": "git", + "url": "git://github.com/gnat/css-scope-inline.git" + }, + "autoupdate": { + "source": "git", + "target": "git://github.com/gnat/css-scope-inline.git", + "fileMap": [ + { + "basePath": "", + "files": [ + "script.js" + ] + } + ] + } +}