chore(wasm): Fix license (#1874)

wasm:
 - Use spdx-compatible license. (#1798)
This commit is contained in:
강동윤 2021-07-01 22:48:25 +09:00 committed by GitHub
parent ea93e1d1be
commit c4e013441b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -2,11 +2,11 @@
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
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"]