mirror of
https://github.com/cupcakearmy/canihazusername.git
synced 2024-11-16 10:00:56 +01:00
remove sideeffect free
This commit is contained in:
parent
e008f4aaf0
commit
0061331ad5
@ -1,5 +1,5 @@
|
||||
import 'bulma/css/bulma.css'
|
||||
import { showAvailableLists, generate } from '../'
|
||||
import { generate, showAvailableLists } from '../'
|
||||
|
||||
const input = window.document.getElementById('format') as HTMLInputElement
|
||||
const output = window.document.getElementById('username') as HTMLInputElement
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "canihazusername",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"description": "username generator. typed, simple and customizable",
|
||||
"type": "module",
|
||||
"main": "./dist/cjs/index.js",
|
||||
@ -17,7 +17,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"sideEffects": false,
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user