mark es side effect free

This commit is contained in:
cupcakearmy 2022-05-31 15:39:20 +02:00
parent b1ec1ec3ce
commit e008f4aaf0
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "canihazusername", "name": "canihazusername",
"version": "2.3.0", "version": "2.3.1",
"description": "username generator. typed, simple and customizable", "description": "username generator. typed, simple and customizable",
"type": "module", "type": "module",
"main": "./dist/cjs/index.js", "main": "./dist/cjs/index.js",
@ -17,6 +17,7 @@
} }
} }
}, },
"sideEffects": false,
"files": [ "files": [
"dist" "dist"
], ],