File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A CSS Houdini Worklet to show connected nodes.
4
4
5
- ![ CSS Houdini Connections] ( . /assets/connections.png)
5
+ ![ CSS Houdini Connections] ( https://github.com/CSSHoudini/css-houdini/blob/main/src/connections /assets/connections.png)
6
6
7
7
## Getting started
8
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " css-houdini-connections" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " CSS Houdini Background Connections" ,
5
5
"source" : " src/index.js" ,
6
6
"main" : " dist/connections.js" ,
42
42
"express" : " ^4.17.1" ,
43
43
"microbundle" : " ^0.12.4" ,
44
44
"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"
46
54
}
You can’t perform that action at this time.
0 commit comments