mirror of
https://github.com/cupcakearmy/canihazusername.git
synced 2024-12-21 23:26:25 +00:00
remove sideeffect free
This commit is contained in:
parent
e008f4aaf0
commit
0061331ad5
@ -1,5 +1,5 @@
|
|||||||
import 'bulma/css/bulma.css'
|
import 'bulma/css/bulma.css'
|
||||||
import { showAvailableLists, generate } from '../'
|
import { generate, showAvailableLists } from '../'
|
||||||
|
|
||||||
const input = window.document.getElementById('format') as HTMLInputElement
|
const input = window.document.getElementById('format') as HTMLInputElement
|
||||||
const output = window.document.getElementById('username') as HTMLInputElement
|
const output = window.document.getElementById('username') as HTMLInputElement
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "canihazusername",
|
"name": "canihazusername",
|
||||||
"version": "2.3.1",
|
"version": "2.3.2",
|
||||||
"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,7 +17,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user