mirror of
https://github.com/cupcakearmy/prettier.git
synced 2024-12-21 15:46:28 +00:00
publish under othe rname
This commit is contained in:
parent
274f91c0d4
commit
56ccc6d98f
@ -3,13 +3,13 @@
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pnpm add -D cupcakearmy-prettier
|
pnpm add -D @nicco.io/prettier
|
||||||
```
|
```
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
// .prettierrc.js
|
// .prettierrc.js
|
||||||
|
|
||||||
import config from 'cupcakearmy-prettier'
|
import config from '@nicco.io/prettier'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
...config,
|
...config,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cupcakearmy-prettier",
|
"name": "@nicco.io/prettier",
|
||||||
"version": "1.0.1",
|
"version": "1.0.0",
|
||||||
"description": "Personal Prettier config",
|
"description": "Personal Prettier config",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"prettier",
|
"prettier",
|
||||||
@ -20,5 +20,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
|
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
|
||||||
"prettier-plugin-packagejson": "^2.4.6"
|
"prettier-plugin-packagejson": "^2.4.6"
|
||||||
|
},
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user