Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RiESAEX committed Dec 14, 2021
1 parent e32d2a2 commit 8e58ee3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"license": "MIT",
"optionalDependencies": {
"swc-plugin-negative-indices-mac-x64":"1.0.1",
"swc-plugin-negative-indices-linux-x64":"1.0.1",
"swc-plugin-negative-indices-win-x64":"1.0.1"
"swc-plugin-negative-indices-darwin-x64":"1.0.0",
"swc-plugin-negative-indices-linux-x64-musl":"1.0.0",
"swc-plugin-negative-indices-win32-x64-msvc":"1.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swc-plugin-negative-indices-linux-x64",
"version": "1.0.1",
"name": "swc-plugin-negative-indices-linux-x64-musl",
"version": "1.0.0",
"main": "libswc_plugin_negative_indices.so",
"author": "RiESAEX <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/mac-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swc-plugin-negative-indices-mac-x64",
"version": "1.0.1",
"name": "swc-plugin-negative-indices-darwin-x64",
"version": "1.0.0",
"main": "libswc_plugin_negative_indices.dylib",
"author": "RiESAEX <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/win-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "swc-plugin-negative-indices-win-x64",
"name": "swc-plugin-negative-indices-win32-x64-msvc",
"version": "1.0.1",
"main": "swc_plugin_negative_indices.dll",
"author": "RiESAEX <[email protected]>",
Expand Down

0 comments on commit 8e58ee3

Please sign in to comment.