Skip to content
This repository was archived by the owner on Jan 28, 2020. It is now read-only.

Commit af20d4b

Browse files
committed
Update package name.
1 parent 9b09206 commit af20d4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# parse-css
1+
# css-rules
22

33
> Returns a parse tree for a CSS source.
44
55
## Install
66

7-
Install with [npm](https://npmjs.org/package/parse-css)
7+
Install with [npm](https://npmjs.org/package/css-rules)
88

99
```
10-
npm install --save parse-css
10+
npm install --save css-rules
1111
```
1212

1313
## License

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "parse-css",
2+
"name": "css-rules",
33
"version": "1.0.0",
44
"description": "Returns a parse tree for a CSS source.",
55
"main": "index.js",

0 commit comments

Comments
 (0)