Skip to content

Commit

Permalink
chore(js): Apply fixes by npm pkg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Dec 28, 2023
1 parent f027baa commit c1fcee7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion bindings/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "0.11.2",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"main": "index.js",
"repository": "[email protected]:Stranger6667/css-inline.git",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Stranger6667/css-inline.git"
},
"keywords": [
"css",
"html",
Expand Down
5 changes: 4 additions & 1 deletion bindings/javascript/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
},
"timeout": "3m"
},
"repository": "[email protected]:Stranger6667/css-inline.git",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Stranger6667/css-inline.git"
},
"sideEffects": false
}

0 comments on commit c1fcee7

Please sign in to comment.