Skip to content

Commit

Permalink
Adjusting location of index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbarkhouse committed Jun 21, 2017
1 parent e22d2c8 commit f09e41c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "mysportsfeeds-node",
"version": "0.1.0",
"version": "0.1.1",
"description": "A NodeJS wrapper for the MySportsFeeds Sports Data API (http://www.mysportsfeeds.com/)",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MySportsFeeds/mysportsfeeds-node.git"
Expand All @@ -16,7 +13,7 @@
"data",
"api"
],
"author": "Brad Barkhouse <[email protected]> ()",
"author": "Brad Barkhouse <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MySportsFeeds/mysportsfeeds-node/issues"
Expand Down

0 comments on commit f09e41c

Please sign in to comment.