From feab91f4763319efdeb6edaca6dea5f5b02004db Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Wed, 1 Jun 2022 21:59:25 -0400 Subject: [PATCH] build: migrate to scoped package --- package.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3d138b5..8cf773e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { - "name": "rollup-plugin-css-only", - "version": "3.1.0", + "name": "@sgratzl/rollup-plugin-css-only", + "publishConfig": { + "access": "public" + }, + "version": "3.2.0", "description": "Rollup plugin that bundles imported css", "main": "dist/index.cjs.js", "module": "dist/index.es.js", @@ -22,13 +25,16 @@ ], "license": "MIT", "author": "Thomas Ghysels ", - "homepage": "https://github.com/thgh/rollup-plugin-css-only", + "contributors": [ + "Samuel Gratzl " + ], + "homepage": "https://github.com/sgratzl/rollup-plugin-css-only", "bugs": { - "url": "https://github.com/thgh/rollup-plugin-css-only/issues" + "url": "https://github.com/sgratzl/rollup-plugin-css-only/issues" }, "repository": { "type": "git", - "url": "https://github.com/thgh/rollup-plugin-css-only" + "url": "https://github.com/sgratzl/rollup-plugin-css-only" }, "files": [ "dist"