Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Sep 21, 2023
1 parent ad7233c commit 704cc66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blo",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"author": "Pierre Bertet <[email protected]>",
"description": "blo is a small and fast library to generate Ethereum identicons.",
Expand Down Expand Up @@ -29,7 +29,9 @@
"build": "tsc && vite build",
"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 704cc66

Please sign in to comment.