Skip to content

Commit 2dc9334

Browse files
committed
chore: pre npm publish
1 parent e8937c4 commit 2dc9334

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

Diff for: README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# stylelint-carbon-use
1+
# stylelint-plugin-carbon-tokens
22

33
This project is intended to help users identify cases where tokens, functions and mixins defined as part of various projects relating to the Carbon Design System are used. [www.carbondesignsystem.com]
44

@@ -24,15 +24,11 @@ E.g. // stylelint-disable-next-line
2424
## Installation
2525

2626
```bash
27-
# NOT YET DEPLOYED TO NPM
28-
# npm install @carbon/stylelint-carbon-use
29-
npm install git+https://[email protected]/lee-chase/carbon-use.git
27+
npm install stylelint-plugin-carbon-tokens
3028
```
3129

3230
```bash
33-
# NOT YET DEPLOYED TO NPM
34-
# yarn add @carbon/stylelint-carbon-use
35-
yarn add git+https://[email protected]/lee-chase/carbon-use.git
31+
yarn add stylelint-plugin-carbon-tokens
3632
```
3733

3834
## Usage
@@ -43,7 +39,7 @@ Add it to your stylelint config `plugins` array.
4339
module.exports = {
4440
// stylelint.js
4541
// ...
46-
plugins: ["stylelint-carbon-use"],
42+
plugins: ["stylelint-plugin-carbon-tokens"],
4743
//...
4844
};
4945
```

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "stylelint-carbon-use",
3-
"version": "0.0.1",
2+
"name": "stylelint-plugin-carbon-tokens",
3+
"version": "0.1.0",
44
"description": "A stylelint plugin to support the use of carbon component tokens.",
55
"keywords": [
66
"stylelint",
@@ -111,7 +111,7 @@
111111
"main": "dist/index.js",
112112
"repository": {
113113
"type": "git",
114-
"url": "git+https://github.com/lee-chase/carbon-use.git"
114+
"url": "git+https://github.com/lee-chase/stylelint-plugin-carbon-tokens.git"
115115
},
116116
"jest": {
117117
"clearMocks": true,

0 commit comments

Comments
 (0)