Version 0.0.2
This commit is contained in:
parent
74142e375f
commit
4ae1c90f1a
2 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@
|
|||
// The actual library
|
||||
import controllers from "controller-registry"
|
||||
|
||||
window.controllers = controllers
|
||||
|
||||
// Define a basic word filter controller for input elements
|
||||
controllers.define("filter", (element, detach) => {
|
||||
element.addEventListener("input", event => {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"url": "https://git.but.gay/darkwiiplayer/controller-registry",
|
||||
"scripts": {
|
||||
"definitions": "tsc src/*.js --declaration --allowJs --emitDeclarationOnly"
|
||||
|
|
Loading…
Reference in a new issue