Skip to content

Commit

Permalink
Fix main in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Sep 30, 2015
1 parent 9a1e5e2 commit 781e7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "passport-google-plus-token",
"version": "2.0.0",
"description": "Passport strategy for authenticating with Google Plus via OAuth2 access tokens",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"compile": "babel src --out-dir lib",
"prepublish": "npm run compile",
Expand Down

0 comments on commit 781e7c7

Please sign in to comment.