@axelarjs/core
Advanced tools
Comparing version 0.2.1 to 0.2.2
# @axelarjs/core | ||
## 0.2.2 | ||
### Patch Changes | ||
- [`7aed955f`](https://github.com/axelarnetwork/axelarjs/commit/7aed955f4282d10df4e222a402b5701f9b874a88) Thanks [@alanrsoares](https://github.com/alanrsoares)! - Add eslint config & scripts to all packages | ||
## 0.2.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@axelarjs/core", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Axelarjs Core", | ||
@@ -13,2 +13,3 @@ "publishConfig": { | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"keywords": [], | ||
@@ -19,3 +20,3 @@ "author": "", | ||
"typescript": "^5.2.2", | ||
"@axelarjs/config": "0.1.2" | ||
"@axelarjs/config": "0.1.3" | ||
}, | ||
@@ -25,4 +26,6 @@ "scripts": { | ||
"clean": "./scripts/clean.sh", | ||
"compile": "tsc --noEmit" | ||
"compile": "tsc --noEmit", | ||
"lint": "eslint src --ext .ts", | ||
"lint:fix": "eslint src --ext .ts --fix" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
15959
11
84