We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7233c commit 704cc66Copy full SHA for 704cc66
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "blo",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"license": "MIT",
5
"author": "Pierre Bertet <[email protected]>",
6
"description": "blo is a small and fast library to generate Ethereum identicons.",
@@ -29,7 +29,9 @@
29
"build": "tsc && vite build",
30
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
31
},
32
- "files": ["dist"],
+ "files": [
33
+ "dist"
34
+ ],
35
"sideEffects": false,
36
"devDependencies": {
37
"@typescript-eslint/eslint-plugin": "^6.0.0",
0 commit comments