This commit is contained in:
강동윤 2020-09-13 20:41:28 +09:00
parent 2b12594cf2
commit ab4eb20d48

View File

@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.2.27",
"version": "1.2.28",
"description": "Super-fast alternative for babel",
"homepage": "https://swc-project.github.io",
"main": "./index.js",
@ -72,5 +72,11 @@
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/swc"
},
"optionalDependencies": {
"@swc/core-darwin": "^1.2.28",
"@swc/core-linux": "^1.2.28",
"@swc/core-linux-musl": "^1.2.28",
"@swc/core-win32": "^1.2.28"
}
}