-
-
Notifications
You must be signed in to change notification settings - Fork 502
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update information in outdated package.json file. * Add keywords * Update license to `MIT` in accordance with README and npm * Update empty author field * Reorder fields for better presentation
- Loading branch information
1 parent
3693a25
commit 0aedaa3
Showing
1 changed file
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,23 @@ | |
"name": "elevator.js", | ||
"version": "1.0.0", | ||
"description": "Elevator.js fixes those awkward \"scroll to top\" moments the old fashioned way.", | ||
"main": "elevator.min.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"keywords": [ | ||
"scroll", | ||
"top", | ||
"elevator" | ||
], | ||
"homepage": "http://tholman.com/elevator.js", | ||
"bugs": { | ||
"url": "https://github.com/tholman/elevator.js/issues" | ||
}, | ||
"license": "MIT", | ||
"author": "Tim Holman <[email protected]> (http://tholman.com)", | ||
"main": "elevator.min.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/tholman/elevator.js.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/tholman/elevator.js/issues" | ||
}, | ||
"homepage": "https://github.com/tholman/elevator.js#readme" | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
} | ||
} |