Skip to content

Commit 5883cb2

Browse files
committed
update readme due to renaming
1 parent cd354a5 commit 5883cb2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Follow these steps to get started with CSSOrganizer in your project.
1919
### Installation
2020

2121
```bash
22-
npm install css-organizer --save-dev
22+
npm install @derkatzelp/cssorganizer --save-dev
2323
```
2424

2525
### Usage

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@derkatzelp/cssorganizer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "CSSOrganizer is a tool that allows you to configure the sorting of CSS style blocks in both CSS files and Vue Single File Components (SFCs).",
55
"main": "cssOrganizer.js",
66
"type": "module",

0 commit comments

Comments
 (0)