Skip to content

Commit

Permalink
Update bower and package
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberlenny committed Sep 23, 2015
1 parent 88eed6b commit 70af117
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "tny-speeding-ticket",
"name": "tny-uturn",
"version": "1.0.0",
"homepage": "https://github.com/NewYorker/tny-speeding-ticket",
"homepage": "https://github.com/NewYorker/tny-uturn",
"authors": [
"Leonard Bogdonoff <[email protected]>"
],
"description": "a small library for detecting people who scroll quickly",
"main": "dist/speedingticket.js",
"description": "a small library for adding events to scroll direction changes",
"main": "uturn.js",
"license": "MIT",
"ignore": []
}
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "tny-speeding-ticket",
"name": "tny-uturn",
"version": "1.0.0",
"description": "a small library for detecting people who scroll quickly",
"main": "speedingTicket.js",
"description": "a small library for detecting changes in scroll direction",
"main": "uturn.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 70af117

Please sign in to comment.