Skip to content

Commit 01e2cbc

Browse files
committed
(connections): Update readme and package.json
1 parent 76a7565 commit 01e2cbc

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

src/connections/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A CSS Houdini Worklet to show connected nodes.
44

5-
![CSS Houdini Connections](./assets/connections.png)
5+
![CSS Houdini Connections](https://github.com/CSSHoudini/css-houdini/blob/main/src/connections/assets/connections.png)
66

77
## Getting started
88

src/connections/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-houdini-connections",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "CSS Houdini Background Connections",
55
"source": "src/index.js",
66
"main": "dist/connections.js",
@@ -42,5 +42,13 @@
4242
"express": "^4.17.1",
4343
"microbundle": "^0.12.4",
4444
"rimraf": "^3.0.2"
45-
}
45+
},
46+
"repository": {
47+
"type": "git",
48+
"url": "git+https://github.com/CSSHoudini/css-houdini.git"
49+
},
50+
"bugs": {
51+
"url": "https://github.com/CSSHoudini/css-houdini/issues"
52+
},
53+
"homepage": "https://github.com/CSSHoudini/css-houdini/tree/main/src/connections"
4654
}

0 commit comments

Comments
 (0)