feat: show eHP statistics of the ship (#14)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"author": "Patric Stout <eveshipfit@truebrain.nl>",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@eveshipfit/dogma-engine": "^2.1.0",
|
||||
"@eveshipfit/dogma-engine": "^2.2.0",
|
||||
"clsx": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -61,6 +61,7 @@
|
||||
"typescript-plugin-css-modules": "^5.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@eveshipfit/dogma-engine": "^2.2.0",
|
||||
"react": "^18.2.0"
|
||||
},
|
||||
"main": "dist/cjs/index.js",
|
||||
|
||||
@@ -39,7 +39,7 @@ export const ShipStatistics = () => {
|
||||
</Category>
|
||||
|
||||
<Category headerLabel="Defense" headerContent={
|
||||
<span>? ehp</span>
|
||||
<span><ShipAttribute name="ehp" fixed={0} /> ehp</span>
|
||||
}>
|
||||
<CategoryLine>
|
||||
No module
|
||||
|
||||
Reference in New Issue
Block a user