We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm pkg fix
1 parent f027baa commit c1fcee7Copy full SHA for c1fcee7
bindings/javascript/package.json
@@ -3,7 +3,10 @@
3
"version": "0.11.2",
4
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
5
"main": "index.js",
6
- "repository": "git@github.com:Stranger6667/css-inline.git",
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+ssh://git@github.com/Stranger6667/css-inline.git"
9
+ },
10
"keywords": [
11
"css",
12
"html",
bindings/javascript/wasm/package.json
@@ -46,6 +46,9 @@
46
},
47
"timeout": "3m"
48
49
50
51
52
53
"sideEffects": false
54
}
0 commit comments