#!/bin/bash

jshint . --reporter node_modules/jshint-stylish/stylish.js
tape test/**/*
