Skip to content

Commit

Permalink
chore(html): Fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 20, 2024
1 parent c3ed5d7 commit f30fd4f
Show file tree
Hide file tree
Showing 17 changed files with 408 additions and 549 deletions.
11 changes: 6 additions & 5 deletions packages/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@
"name": "swc-html",
"triples": {
"defaults": true,
"additional": [
"targets": [
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"i686-pc-windows-msvc",
"aarch64-unknown-linux-gnu",
"armv7-unknown-linux-gnueabihf",
"aarch64-unknown-linux-gnu",
"aarch64-apple-darwin",
"aarch64-linux-android",
"aarch64-unknown-linux-musl",
"aarch64-pc-windows-msvc",
"armv7-linux-androideabi"
"aarch64-pc-windows-msvc"
]
}
},
Expand Down
3 changes: 0 additions & 3 deletions packages/html/scripts/npm/android-arm-eabi/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions packages/html/scripts/npm/android-arm-eabi/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/html/scripts/npm/android-arm64/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions packages/html/scripts/npm/android-arm64/package.json

This file was deleted.

79 changes: 39 additions & 40 deletions packages/html/scripts/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,40 @@
{
"name": "@swc/html-darwin-arm64",
"version": "1.7.16-nightly-20240820.1",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "html.darwin-arm64.node",
"files": [
"html.darwin-arm64.node"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <[email protected]>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
"name": "@swc/html-darwin-arm64",
"version": "1.7.16-nightly-20240820.1",
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"main": "swc-html.darwin-arm64.node",
"files": [
"swc-html.darwin-arm64.node"
],
"description": "Super-fast HTML minifier",
"keywords": [
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <[email protected]>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
79 changes: 39 additions & 40 deletions packages/html/scripts/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,40 @@
{
"name": "@swc/html-darwin-x64",
"version": "1.7.16-nightly-20240820.1",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"main": "html.darwin-x64.node",
"files": [
"html.darwin-x64.node"
],
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <[email protected]>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
"name": "@swc/html-darwin-x64",
"version": "1.7.16-nightly-20240820.1",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"main": "swc-html.darwin-x64.node",
"files": [
"swc-html.darwin-x64.node"
],
"description": "Super-fast HTML minifier",
"keywords": [
"swcpack",
"babel",
"typescript",
"rust",
"webpack",
"tsc"
],
"author": "강동윤 <[email protected]>",
"homepage": "https://swc.rs",
"license": "Apache-2.0 AND MIT",
"engines": {
"node": ">=10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swc-project/swc.git"
},
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
3 changes: 0 additions & 3 deletions packages/html/scripts/npm/freebsd-x64/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions packages/html/scripts/npm/freebsd-x64/package.json

This file was deleted.

Loading

0 comments on commit f30fd4f

Please sign in to comment.