chore: Use correct license for the node package (#1966)

This commit is contained in:
강동윤 2021-07-27 14:59:46 +09:00 committed by GitHub
parent af4cbbae23
commit f3603b2cb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3350 additions and 4 deletions

1
.gitignore vendored
View File

@ -12,7 +12,6 @@ target/
**/*.bk
core
*.log
Cargo.lock
.vscode/*
!.vscode/settings.json

3347
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,11 @@
{
"name": "@swc/core",
"version": "1.2.66",
"version": "1.2.67",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
"author": "강동윤 <kdy1997.dev@gmail.com>",
"license": "MIT",
"license": "Apache-2.0 AND MIT",
"keywords": [
"swc",
"spack",

View File

@ -6,7 +6,7 @@ license = "Apache-2.0 AND MIT"
name = "wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.2.66"
version = "1.2.67"
[lib]
crate-type = ["cdylib"]