Skip to content

Commit

Permalink
Revamp package.json file
Browse files Browse the repository at this point in the history
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
dakshshah96 authored May 20, 2017
1 parent 3693a25 commit 0aedaa3
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 0aedaa3

Please sign in to comment.