Skip to content

Commit db10bdb

Browse files
committed
Rename package to config-curator
1 parent 535c145 commit db10bdb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ☄️ Config Curator
22

3-
[![npm](https://img.shields.io/npm/v/@rxrc/curator.svg)](https://www.npmjs.com/package/@rxrc/curator)
3+
[![npm](https://img.shields.io/npm/v/config-curator.svg)](https://www.npmjs.com/package/config-curator)
44
[![github](https://img.shields.io/badge/github-razor-x/config-curator-blue.svg)](https://github.com/razor-x/config-curator)
55

66
**CLI tool for installing static configuration or dotfiles.**
@@ -52,7 +52,7 @@
5252
1. Add this as a development dependency to your project using [npm] with
5353

5454
```
55-
$ npm install --save-dev @rxrc/curator
55+
$ npm install --save-dev config-curator
5656
```
5757
5858
2. Add a [script][npm scripts] to your `package.json` with `"curator": "curator"`

package-lock.json

Lines changed: 3 additions & 3 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,5 +1,5 @@
11
{
2-
"name": "@rxrc/curator",
2+
"name": "config-curator",
33
"version": "1.1.0",
44
"description": "Config curator.",
55
"main": "lib/index.js",

0 commit comments

Comments
 (0)