Skip to content

Commit

Permalink
Publish v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dguo committed Mar 27, 2021
1 parent 32bf933 commit 96643e6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "sunrise-sunset-api",
"version": "0.1.0",
"description": "Access the sunrise-sunset.org API",
"description": "Client library for the sunrise-sunset.org API",
"keywords": [
"sunrise",
"sunset"
],
"homepage": "https://github.com/dguo/sunrise-sunset-api",
"repository": {
"type": "git",
Expand All @@ -12,6 +16,12 @@
"email": "danny@dannyguo.com",
"url": "https://dannyguo.com"
},
"files": [
"build"
],
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"license": "MIT",
"scripts": {
"build": "yarn run clean && tsc",
Expand Down

0 comments on commit 96643e6

Please sign in to comment.