Skip to content

Commit 1f965d0

Browse files
committed
chore: updates package.json and README.md
1 parent 6073216 commit 1f965d0

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# React CSS Grid
55

6-
Read the full documentation [here](https://faceless-ui.com/docs/css-grid).
6+
Read the full documentation [here](https://facelessui.com/docs/css-grid).
77

88
### Installation
99

@@ -13,9 +13,9 @@ $ # or
1313
$ yarn add @faceless-ui/css-grid
1414
```
1515

16-
## Demo
16+
## Development
1717

18-
For working examples, spin up the [demo app](./demo/App.demo.js):
18+
To develop this module locally, spin up the [demo app](./demo/App.demo.js):
1919

2020
```bash
2121
$ git clone [email protected]:faceless-ui/css-grid.git
@@ -24,10 +24,6 @@ $ yarn dev
2424
$ open http://localhost:3000
2525
```
2626

27-
## Contribution
28-
29-
[Help us,](https://github.com/faceless-ui/.github/blob/master/CONTRIBUTING.md) or let us [help you help us](https://github.com/faceless-ui/.github/blob/master/SUPPORT.md).
30-
3127
## License
3228

3329
[MIT](https://github.com/faceless-ui/css-grid/blob/master/LICENSE) Copyright (c) Faceless UI

package.json

+16-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,25 @@
33
"version": "1.1.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
6-
"homepage:": "https://faceless-ui/docs/css-grid",
6+
"homepage": "https://facelessui.com/docs/css-grid",
77
"repository": "[email protected]:faceless-ui/css-grid.git",
88
"description": "A React library for building layouts using CSS Grid",
9-
"author": "Jacob Fletcher <[email protected]> (https://jacobsfletch.com)",
10-
"contributors": [
11-
"TRBL <[email protected]> (https://trbl.design)"
9+
"author": {
10+
"email": "[email protected]",
11+
"name": "Jacob Fletcher",
12+
"url": "https://jacobsfletch.com"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/faceless-ui/css-grid/issues",
16+
"email": "[email protected]"
17+
},
18+
"funding": [
19+
{
20+
"type": "individual",
21+
"url": "https://github.com/sponsors/jacobsfletch"
22+
}
1223
],
24+
"contributors": [],
1325
"license": "MIT",
1426
"keywords": [
1527
"react",

0 commit comments

Comments
 (0)