Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Nov 13, 2015
1 parent 9d835a7 commit d1bf47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Tap Event

[![Build Status](https://secure.travis-ci.org/chemzqm/tap-event.svg)](http://travis-ci.org/chemzqm/tap-event)
[![Coverage Status](https://coveralls.io/repos/chemzqm/tap-event/badge.svg?branch=master&service=github)](https://coveralls.io/github/chemzqm/tap-event?branch=master)

Make your `touchstart` event listeners into a `tap` event listener!

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "component-tap-event",
"description": "Create tap event listeners",
"version": "1.0.0",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"version": "1.1.0",
"license": "MIT",
"repository": "https://github.com/chemzqm/tap-event",
"keywords": [
Expand Down Expand Up @@ -33,7 +32,7 @@
"webpack-dev-server": "^1.12.1"
},
"scripts": {
"lint": "standardberry index.js"
"test": "make test-karma"
},
"browser": {}
}

0 comments on commit d1bf47b

Please sign in to comment.