Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed May 10, 2018
1 parent 90abbc6 commit 12c35df
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dayjs",
"version": "0.0.0-development",
"description": "",
"description": "2KB immutable date library alternative to Moment.js with the same modern API ",
"main": "dist/dayjs.min.js",
"types": "index.d.ts",
"scripts": {
Expand All @@ -23,6 +23,13 @@
"src/*"
]
},
"keywords": [
"dayjs",
"date",
"time",
"immutable",
"moment"
],
"author": "iamkun",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 12c35df

Please sign in to comment.