Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit b3eadea

Browse files
author
Emanuel Suriano
committed
feat: force release
1 parent d9b57db commit b3eadea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
/umd
77
npm-debug.log*
88
.docz
9-
public/
9+
public/
10+
.env

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scroll-section",
3-
"version": "3.0.2",
3+
"version": "0.0.0",
44
"description": "React library to provide a declarative scroll to between sections",
55
"main": "lib/index.js",
66
"files": [
@@ -49,7 +49,7 @@
4949
"ts-loader": "^8.0.4",
5050
"typescript": "^4.0.3"
5151
},
52-
"author": "EmaSuriano",
52+
"author": "EmaSuriano <[email protected]>",
5353
"homepage": "https://emasuriano.github.io/react-scroll-section/",
5454
"license": "MIT",
5555
"repository": "https://github.com/EmaSuriano/react-scroll-section",

0 commit comments

Comments
 (0)