mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-25 14:12:30 +00:00
fix node 10 support
This commit is contained in:
parent
2533f3746d
commit
42fb8d75ac
@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased] -
|
## [Unreleased] -
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
- fix module compiling in node 10 (class properties)
|
||||||
|
|
||||||
## [1.0.0-rc4] - 2019-02-10
|
## [1.0.0-rc4] - 2019-02-10
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
"plugins": [
|
"plugins": [
|
||||||
"@babel/plugin-proposal-object-rest-spread",
|
"@babel/plugin-proposal-object-rest-spread",
|
||||||
"@babel/plugin-proposal-export-default-from",
|
"@babel/plugin-proposal-export-default-from",
|
||||||
"@babel/plugin-proposal-async-generator-functions"
|
"@babel/plugin-proposal-async-generator-functions",
|
||||||
|
"@babel/plugin-proposal-class-properties"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user