Skip to content

Commit

Permalink
feat: rename package again (last time)
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed Nov 30, 2023
1 parent 6c90e61 commit 58370bc
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# rollup-styles

[![npm version](https://img.shields.io/npm/v/rollup-styles)](https://www.npmjs.com/package/rollup-styles)
[![monthly downloads count](https://img.shields.io/npm/dm/rollup-plugin-styles)](https://www.npmjs.com/package/rollup-plugin-styles)
[![required rollup version](https://img.shields.io/npm/dependency-version/rollup-styles/peer/rollup)](https://www.npmjs.com/package/rollup)
[![build status](https://github.com/plumelo/rollup-styles/workflows/CI/badge.svg)](https://github.com/plumelo/rollup-styles/actions?query=workflow%3ACI)
[![code coverage](https://codecov.io/gh/plumelo/rollup-styles/branch/main/graph/badge.svg)](https://codecov.io/gh/plumelo/rollup-styles)
[![license](https://img.shields.io/github/license/plumelo/rollup-styles)](./LICENSE)
# rollup-plugin-styler

[![npm version](https://img.shields.io/npm/v/rollup-plugin-styler)](https://www.npmjs.com/package/rollup-plugin-styler)
[![monthly downloads count](https://img.shields.io/npm/dm/rollup-plugin-styler)](https://www.npmjs.com/package/rollup-plugin-styler)
[![required rollup version](https://img.shields.io/npm/dependency-version/rollup-plugin-styler/peer/rollup)](https://www.npmjs.com/package/rollup)
[![build status](https://github.com/plumelo/rollup-plugin-styler/workflows/CI/badge.svg)](https://github.com/plumelo/rollup-plugin-styler/actions?query=workflow%3ACI)
[![code coverage](https://codecov.io/gh/plumelo/rollup-plugin-styler/branch/main/graph/badge.svg)](https://codecov.io/gh/plumelo/rollup-plugin-styler)
[![license](https://img.shields.io/github/license/plumelo/rollup-plugin-styler)](./LICENSE)
[![financial contributors](https://opencollective.com/rollup-plugin-styles/tiers/badge.svg)](https://opencollective.com/rollup-plugin-styles)

### 🎨 Universal [Rollup](https://github.com/rollup/rollup) plugin for styles:
Expand Down Expand Up @@ -41,18 +41,18 @@

```bash
# npm
npm install -D rollup-styles
npm install -D rollup-plugin-styler
# pnpm
pnpm add -D rollup-styles
pnpm add -D rollup-plugin-styler
# yarn
yarn add rollup-styles --dev
yarn add rollup-plugin-styler --dev
```

## Usage

```js
// rollup.config.js
import styles from "rollup-styles";
import styles from "rollup-plugin-styler";

export default {
output: {
Expand Down Expand Up @@ -150,7 +150,7 @@ styles({

```js
// rollup.config.js
import styles from "rollup-styles";
import styles from "rollup-plugin-styler";

// Any plugin which consumes pure CSS
import litcss from "rollup-plugin-lit-css";
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rollup-styles",
"name": "rollup-plugin-styler",
"version": "1.5.0",
"description": "Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more",
"keywords": [
Expand All @@ -13,13 +13,13 @@
"less",
"stylus"
],
"homepage": "https://github.com/plumelo/rollup-styles#readme",
"homepage": "https://github.com/plumelo/rollup-plugin-styler#readme",
"bugs": {
"url": "https://github.com/plumelo/rollup-styles/issues"
"url": "https://github.com/plumelo/rollup-plugin-styler/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plumelo/rollup-styles.git"
"url": "git+https://github.com/plumelo/rollup-plugin-styler.git"
},
"license": "MIT",
"author": "Anton Kudryavtsev <boblobl4@gmail.com>",
Expand Down

0 comments on commit 58370bc

Please sign in to comment.