@axelarjs/core
Advanced tools
Comparing version 0.2.3 to 0.2.4
# @axelarjs/core | ||
## 0.2.4 | ||
### Patch Changes | ||
- [`c9efbb15`](https://github.com/axelarnetwork/axelarjs/commit/c9efbb1523ca6cf06d56865a0115cf214e16b1c7) Thanks [@alanrsoares](https://github.com/alanrsoares)! - Do not use path aliases in publishable packages | ||
## 0.2.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@axelarjs/core", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Axelarjs Core", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -5,8 +5,4 @@ { | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"declaration": true, | ||
"paths": { | ||
"~/*": ["./src/*"] | ||
} | ||
"declaration": true | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
16521
80