mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
publish atoms
This commit is contained in:
parent
0b4f06027d
commit
b5bbbc0cd6
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "swc_atoms"
|
||||
build = "build.rs"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["강동윤 <kdy1@outlook.kr>"]
|
||||
license = "Apache-2.0/MIT"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
|
@ -8,7 +8,7 @@ documentation = "https://swc-project.github.io/rustdoc/swc_ecma_transforms/"
|
||||
description = "rust port of babel and closure compiler."
|
||||
|
||||
[dependencies]
|
||||
swc_atoms = { version = "0.1", path ="../../atoms" }
|
||||
swc_atoms = { version = "0.1.2", path ="../../atoms" }
|
||||
swc_common = { version = "0.3", path ="../../common" }
|
||||
swc_ecma_ast = { version = "0.9.1", path ="../ast" }
|
||||
swc_ecma_parser = { version = "0.10", path ="../parser", features = ["verify"] }
|
||||
|
Loading…
Reference in New Issue
Block a user