mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
chore(wasm): Fix license (#1874)
wasm: - Use spdx-compatible license. (#1798)
This commit is contained in:
parent
ea93e1d1be
commit
c4e013441b
@ -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",
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user