mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
chore: Use correct license for the node package (#1966)
This commit is contained in:
parent
af4cbbae23
commit
f3603b2cb8
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,7 +12,6 @@ target/
|
||||
**/*.bk
|
||||
core
|
||||
*.log
|
||||
Cargo.lock
|
||||
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
|
3347
Cargo.lock
generated
Normal file
3347
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user