From c4e013441b877f8e97ee47a6fccf5ff6f59d9d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Thu, 1 Jul 2021 22:48:25 +0900 Subject: [PATCH] chore(wasm): Fix license (#1874) wasm: - Use spdx-compatible license. (#1798) --- package.json | 2 +- wasm/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b7d6faff33a..1f55b356d8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.2.62", + "version": "1.2.63", "description": "Super-fast alternative for babel", "homepage": "https://swc.rs", "main": "./index.js", diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index bcf355e0b00..316f2402393 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -2,11 +2,11 @@ authors = ["강동윤 "] description = "wasm module for swc" edition = "2018" -license = "Apache-2.0/MIT" +license = "Apache-2.0 AND MIT" name = "wasm" publish = false repository = "https://github.com/swc-project/swc.git" -version = "1.2.62" +version = "1.2.63" [lib] crate-type = ["cdylib"]