diff --git a/demo/main.ts b/demo/main.ts index ad223db..7ac6a79 100644 --- a/demo/main.ts +++ b/demo/main.ts @@ -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 diff --git a/package.json b/package.json index 69e2df1..7bda1d9 100644 --- a/package.json +++ b/package.json @@ -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" ],