Skip to content

Commit

Permalink
build: migrate to scoped package
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jun 2, 2022
1 parent f4a0ed7 commit feab91f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -22,13 +25,16 @@
],
"license": "MIT",
"author": "Thomas Ghysels <[email protected]>",
"homepage": "https://github.com/thgh/rollup-plugin-css-only",
"contributors": [
"Samuel Gratzl <[email protected]>"
],
"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"
Expand Down

0 comments on commit feab91f

Please sign in to comment.