Skip to content

Commit 0ec2475

Browse files
committed
chore: Rename package
1 parent 63f798e commit 0ec2475

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# commitlint-config-rocketseat
1+
# @rocketseat/commitlint-config
22

33
Shareable [`commitlint`](https://github.com/conventional-changelog/commitlint) config used by Rocketseat.
44

@@ -8,14 +8,14 @@ Installing:
88

99
```sh
1010
# npm
11-
npm i -D commitlint-config-rocketseat
11+
npm i -D @rocketseat/commitlint-config
1212

1313
# yarn
14-
yarn add -D commitlint-config-rocketseat
14+
yarn add -D @rocketseat/commitlint-config
1515
```
1616

1717
Apply the config to `commitlint`:
1818

1919
```sh
20-
echo "module.exports = {extends: ['rocketseat']};" > commitlint.config.js
20+
echo "module.exports = {extends: ['@rocketseat/commitlint-config']};" > commitlint.config.js
2121
```

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "commitlint-config-rocketseat",
2+
"name": "@rocketseat/commitlint-config",
33
"version": "0.0.1",
44
"description": "Shareable commitlint config used by Rocketseat",
55
"main": "index.js",
@@ -9,12 +9,20 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/Rocketseat/commitlint-config-rocketseat.git"
12+
"url": "https://github.com/Rocketseat/commitlint-config.git"
1313
},
14+
"bugs": {
15+
"url": "https://github.com/Rocketseat/commitlint-config/issues"
16+
},
17+
"homepage": "https://github.com/Rocketseat/commitlint-config#readme",
1418
"keywords": [
1519
"commitlint",
1620
"config",
21+
"commitlint-config",
1722
"rocketseat",
1823
"git"
19-
]
24+
],
25+
"engines": {
26+
"node": ">=v10"
27+
}
2028
}

0 commit comments

Comments
 (0)