Skip to content

Commit c479502

Browse files
committed
Rename package
1 parent 4b65c4f commit c479502

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# stylelint-create
1+
# create-stylelint
22

33
The [`npm init`](https://docs.npmjs.com/cli/v9/commands/npm-init) script for [Stylelint](https://github.com/stylelint/stylelint).
44

@@ -9,8 +9,8 @@ Run `npm init stylelint`
99
## Contributing
1010

1111
- `npm install`
12-
- to test locally, run `node create-stylelint.mjs`
13-
- to test with [Vitest](https://vitest.dev/), `npm test`
12+
- `node create-stylelint.mjs` to run locally
13+
- `npm run watch` to test with [Vitest](https://vitest.dev/)
1414

1515
## Acknowledgments
1616

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,5 +1,5 @@
11
{
2-
"name": "stylelint-create",
2+
"name": "create-stylelint",
33
"version": "0.1.0",
44
"description": "The npm init script for Stylelint.",
55
"keywords": [

0 commit comments

Comments
 (0)