Skip to content

Commit

Permalink
chore(js): Update metadata & naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Dec 28, 2023
1 parent 61c1cf6 commit a0ca422
Show file tree
Hide file tree
Showing 11 changed files with 125 additions and 27 deletions.
15 changes: 14 additions & 1 deletion bindings/javascript/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "css-inline-darwin-arm64",
"name": "@css-inline/css-inline-darwin-arm64",
"version": "0.0.0",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
"html",
"email",
"stylesheet",
"inlining"
],
"repository": "https://github.com/Stranger6667/css-inline",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"darwin"
],
Expand Down
15 changes: 14 additions & 1 deletion bindings/javascript/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "css-inline-darwin-x64",
"name": "@css-inline/css-inline-darwin-x64",
"version": "0.0.0",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
"html",
"email",
"stylesheet",
"inlining"
],
"repository": "https://github.com/Stranger6667/css-inline",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"darwin"
],
Expand Down
15 changes: 14 additions & 1 deletion bindings/javascript/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "css-inline-linux-arm-gnueabihf",
"name": "@css-inline/css-inline-linux-arm-gnueabihf",
"version": "0.0.0",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
"html",
"email",
"stylesheet",
"inlining"
],
"repository": "https://github.com/Stranger6667/css-inline",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"linux"
],
Expand Down
15 changes: 14 additions & 1 deletion bindings/javascript/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "css-inline-linux-arm64-gnu",
"name": "@css-inline/css-inline-linux-arm64-gnu",
"version": "0.0.0",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
"html",
"email",
"stylesheet",
"inlining"
],
"repository": "https://github.com/Stranger6667/css-inline",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"linux"
],
Expand Down
15 changes: 14 additions & 1 deletion bindings/javascript/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "css-inline-linux-arm64-musl",
"name": "@css-inline/css-inline-linux-arm64-musl",
"version": "0.0.0",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
"html",
"email",
"stylesheet",
"inlining"
],
"repository": "https://github.com/Stranger6667/css-inline",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"linux"
],
Expand Down
15 changes: 14 additions & 1 deletion bindings/javascript/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "css-inline-linux-x64-gnu",
"name": "@css-inline/css-inline-linux-x64-gnu",
"version": "0.0.0",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
"html",
"email",
"stylesheet",
"inlining"
],
"repository": "https://github.com/Stranger6667/css-inline",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"linux"
],
Expand Down
15 changes: 14 additions & 1 deletion bindings/javascript/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "css-inline-linux-x64-musl",
"name": "@css-inline/css-inline-linux-x64-musl",
"version": "0.0.0",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
"html",
"email",
"stylesheet",
"inlining"
],
"repository": "https://github.com/Stranger6667/css-inline",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"linux"
],
Expand Down
15 changes: 14 additions & 1 deletion bindings/javascript/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "css-inline-win32-x64-msvc",
"name": "@css-inline/css-inline-win32-x64-msvc",
"version": "0.0.0",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
"html",
"email",
"stylesheet",
"inlining"
],
"repository": "https://github.com/Stranger6667/css-inline",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"win32"
],
Expand Down
5 changes: 1 addition & 4 deletions bindings/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"version": "0.11.2",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Stranger6667/css-inline.git"
},
"repository": "https://github.com/Stranger6667/css-inline",
"keywords": [
"css",
"html",
Expand Down
Binary file modified bindings/javascript/wasm/index_bg.wasm
Binary file not shown.
27 changes: 12 additions & 15 deletions bindings/javascript/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
"name": "@css-inline/css-inline-wasm",
"version": "0.11.2",
"description": "High-performance library for inlining CSS into HTML 'style' attributes",
"keywords": [
"css",
"html",
"email",
"stylesheet",
"inlining"
],
"repository": "https://github.com/Stranger6667/css-inline",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"main": "index.js",
"unpkg": "index.min.js",
"types": "index.d.ts",
Expand All @@ -19,21 +31,10 @@
"index.min.js",
"index.d.ts"
],
"keywords": [
"css",
"html",
"email",
"stylesheet",
"inlining"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"ava": {
"require": [
"@swc-node/register"
Expand All @@ -46,9 +47,5 @@
},
"timeout": "3m"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Stranger6667/css-inline.git"
},
"sideEffects": false
}

0 comments on commit a0ca422

Please sign in to comment.