Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Sep 19, 2023
1 parent 8fd3077 commit d1386e1
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"name": "blo",
"version": "0.4.4",
"version": "1.0.0",
"license": "MIT",
"author": "Pierre Bertet <[email protected]>",
"description": "blo is a small and fast library to generate Ethereum identicons.",
"keywords": ["ethereum", "eth", "identicon", "blockies", "web3", "dapps"],
"keywords": [
"ethereum",
"eth",
"identicon",
"blockies",
"web3",
"dapps"
],
"homepage": "https://github.com/bpierre/blo",
"bugs": "https://github.com/bpierre/blo/issues",
"repository": "github:bpierre/blo",
Expand All @@ -25,7 +32,9 @@
"bench-browser": "vite dev benchmark",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"files": ["dist"],
"files": [
"dist"
],
"sideEffects": false,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
Expand Down

0 comments on commit d1386e1

Please sign in to comment.