Skip to content

Commit c1fcee7

Browse files
committed
chore(js): Apply fixes by npm pkg fix
1 parent f027baa commit c1fcee7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

bindings/javascript/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "0.11.2",
44
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
55
"main": "index.js",
6-
"repository": "[email protected]:Stranger6667/css-inline.git",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+ssh://[email protected]/Stranger6667/css-inline.git"
9+
},
710
"keywords": [
811
"css",
912
"html",

bindings/javascript/wasm/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
},
4747
"timeout": "3m"
4848
},
49-
"repository": "[email protected]:Stranger6667/css-inline.git",
49+
"repository": {
50+
"type": "git",
51+
"url": "git+ssh://[email protected]/Stranger6667/css-inline.git"
52+
},
5053
"sideEffects": false
5154
}

0 commit comments

Comments
 (0)