Fix input handler

This commit is contained in:
Arlo Breault 2016-03-18 11:58:01 -07:00
parent afd814773a
commit df2ea126c8
3 changed files with 4 additions and 3 deletions

View file

@ -8,7 +8,8 @@
},
"scripts": {
"test": "cake test",
"lint": "cake lint"
"lint": "cake lint",
"build": "cake build"
},
"author": "Serene Han",
"license": "BSD-3-Clause",