Skip to content

Commit

Permalink
bower/package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pwfisher committed Nov 5, 2016
1 parent 4c2cdd0 commit ccd5b0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
11 changes: 5 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scroll-intent",
"description": "Scroll Intent maintains whether a webpage is being scrolled up or down",
"main": "scroll-intent.js",
"description": "Track user scroll direction without jitter",
"main": "dist/jquery.scroll-intent.js",
"authors": [
"Patrick Fisher <[email protected]>"
],
Expand All @@ -10,13 +10,12 @@
"jquery",
"scroll",
"intent",
"scroll",
"scrollTop",
"position",
"javascript",
"window",
"position"
"window"
],
"homepage": "https://github.com/yowainwright/scroll-intent.js",
"homepage": "https://github.com/pwfisher/scroll-intent.js",
"ignore": [
"**/.*",
"node_modules",
Expand Down
16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"name": "scroll-intent",
"version": "1.1.0",
"version": "1.1.1",
"description": "Track user scroll direction without jitter",
"main": "scroll-intent.js",
"file": [
"dist",
"scroll-intent.js"
],
"main": "dist/jquery.scroll-intent.js",
"scripts": {
"test": "gulp test"
},
Expand All @@ -18,17 +14,17 @@
"jquery",
"scroll",
"intent",
"scroll position",
"scrollTop",
"position",
"javascript",
"window",
"position"
"window"
],
"author": "Patrick Fisher <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pwfisher/scroll-intent.js/issues"
},
"homepage": "https://github.com/pwfisher/scroll-intent.js#readme",
"homepage": "https://github.com/pwfisher/scroll-intent.js",
"dependencies": {
"babel-preset-es2015-rollup": "^1.2.0",
"bower": "^1.7.9",
Expand Down

0 comments on commit ccd5b0d

Please sign in to comment.