Skip to content

Commit 38f920b

Browse files
committed
update metadata
1 parent f4ccaee commit 38f920b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"name": "lddatetimepicker",
33
"version": "0.0.1",
4-
"description": "",
4+
"description": "vanilla date/time picker",
55
"browser": "dist/index.min.js",
66
"main": "dist/index.js",
7+
"files": ["dist/**/*"],
78
"scripts": {
89
"start": "npx server -r web -o true"
910
},
10-
"keywords": [],
11+
"homepage": "https://github.com/loadingio/lddatetimepicker",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/loadingio/lddatetimepicker"
15+
},
16+
"keywords": ["date","time","datetime","datepicker","datetimepicker"],
1117
"author": "zbryikt",
1218
"license": "MIT",
1319
"devDependencies": {

0 commit comments

Comments
 (0)