Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed Nov 16, 2023
1 parent ca9879d commit fd44c1f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-styles",
"version": "4.0.0",
"name": "@plumelo/rollup-plugin-styles",
"version": "5.0.0",
"description": "Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more",
"keywords": [
"rollup",
Expand All @@ -13,13 +13,13 @@
"less",
"stylus"
],
"homepage": "https://github.com/Anidetrix/rollup-plugin-styles#readme",
"homepage": "https://github.com/plumelo/rollup-plugin-styles#readme",
"bugs": {
"url": "https://github.com/Anidetrix/rollup-plugin-styles/issues"
"url": "https://github.com/plumelo/rollup-plugin-styles/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anidetrix/rollup-plugin-styles.git"
"url": "git+https://github.com/plumelo/rollup-plugin-styles.git"
},
"license": "MIT",
"author": "Anton Kudryavtsev <boblobl4@gmail.com>",
Expand Down Expand Up @@ -126,7 +126,7 @@
"typescript": "^4.5.5"
},
"peerDependencies": {
"rollup": "^2.63.0"
"rollup": "^2.63.0 || ^3.0.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
Expand Down

0 comments on commit fd44c1f

Please sign in to comment.