Skip to content

Commit 5b5331d

Browse files
committed
Added config to package.json
1 parent b386ca7 commit 5b5331d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
22
"name": "react-scroll-utilities",
33
"private": false,
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"type": "module",
6-
"author": {"name": "Jalinson Diaz", "email" : "[email protected]",
7-
"url" : "https://zjaaaldev.netlify.app"},
6+
"main": "src/lib/index.tsx",
7+
"homepage": "https://github.com/zJaaal/react-scroll-utilities#readme",
8+
"keywords": ["scroll", "react-components", "react-hooks", "utils"],
9+
"author": {
10+
"name": "Jalinson Diaz",
11+
"email": "[email protected]",
12+
"url": "https://zjaaaldev.netlify.app"
13+
},
14+
"files": ["src/lib"],
815
"scripts": {
916
"dev": "vite",
1017
"build": "tsc && vite build",

0 commit comments

Comments
 (0)