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.
1 parent 9bf0be1 commit 1dd06d5Copy full SHA for 1dd06d5
.npmignore
@@ -30,4 +30,5 @@ integration-tests/
30
/src
31
/.vscode
32
/ecmascript/transforms/src/helpers
33
-/node-swc/__tests__/
+/node-swc/__tests__/
34
+/*.node
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@swc/core",
3
- "version": "1.2.25",
+ "version": "1.2.26",
4
"description": "Super-fast alternative for babel",
5
"homepage": "https://swc-project.github.io",
6
"main": "./index.js",
0 commit comments