Skip to content

Commit feab91f

Browse files
committed
build: migrate to scoped package
1 parent f4a0ed7 commit feab91f

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
2-
"name": "rollup-plugin-css-only",
3-
"version": "3.1.0",
2+
"name": "@sgratzl/rollup-plugin-css-only",
3+
"publishConfig": {
4+
"access": "public"
5+
},
6+
"version": "3.2.0",
47
"description": "Rollup plugin that bundles imported css",
58
"main": "dist/index.cjs.js",
69
"module": "dist/index.es.js",
@@ -22,13 +25,16 @@
2225
],
2326
"license": "MIT",
2427
"author": "Thomas Ghysels <[email protected]>",
25-
"homepage": "https://github.com/thgh/rollup-plugin-css-only",
28+
"contributors": [
29+
"Samuel Gratzl <[email protected]>"
30+
],
31+
"homepage": "https://github.com/sgratzl/rollup-plugin-css-only",
2632
"bugs": {
27-
"url": "https://github.com/thgh/rollup-plugin-css-only/issues"
33+
"url": "https://github.com/sgratzl/rollup-plugin-css-only/issues"
2834
},
2935
"repository": {
3036
"type": "git",
31-
"url": "https://github.com/thgh/rollup-plugin-css-only"
37+
"url": "https://github.com/sgratzl/rollup-plugin-css-only"
3238
},
3339
"files": [
3440
"dist"

0 commit comments

Comments
 (0)