diff options
| -rw-r--r-- | package.json | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package.json b/package.json index f8d42cc..27ba2a1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@    "name": "useSunlight",    "version": "1.0.0",    "description": "Hook into the level of sunlight", -  "main": "./dist useLocation.js", +  "main": "./src/use-sunlight.js",    "author": "Nicholas Van Doorn",    "license": "MIT",    "dependencies": { | 
