diff options
| author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-04-06 15:02:04 -0700 | 
|---|---|---|
| committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-04-06 15:02:04 -0700 | 
| commit | 919dad016108c245a1700b2bd52fd5f14a4f06cc (patch) | |
| tree | 39f5a1578341a705a5de85a9ed3e43315287f1cb /package.json | |
| parent | 8007df8038906f831c41f085908bebf7c78fcf1f (diff) | |
Fix package name
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 27ba2a1..b786cb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@  { -  "name": "useSunlight", -  "version": "1.0.0", +  "name": "use-sunlight", +  "version": "1.0.1",    "description": "Hook into the level of sunlight",    "main": "./src/use-sunlight.js",    "author": "Nicholas Van Doorn",  | 
