Skip to content

Commit 704cc66

Browse files
committed
1.0.1
1 parent ad7233c commit 704cc66

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blo",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"author": "Pierre Bertet <[email protected]>",
66
"description": "blo is a small and fast library to generate Ethereum identicons.",
@@ -29,7 +29,9 @@
2929
"build": "tsc && vite build",
3030
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
3131
},
32-
"files": ["dist"],
32+
"files": [
33+
"dist"
34+
],
3335
"sideEffects": false,
3436
"devDependencies": {
3537
"@typescript-eslint/eslint-plugin": "^6.0.0",

0 commit comments

Comments
 (0)