Skip to content

Commit

Permalink
feat: force release
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Suriano committed Sep 2, 2021
1 parent d9b57db commit b3eadea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
/umd
npm-debug.log*
.docz
public/
public/
.env
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scroll-section",
"version": "3.0.2",
"version": "0.0.0",
"description": "React library to provide a declarative scroll to between sections",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -49,7 +49,7 @@
"ts-loader": "^8.0.4",
"typescript": "^4.0.3"
},
"author": "EmaSuriano",
"author": "EmaSuriano <[email protected]>",
"homepage": "https://emasuriano.github.io/react-scroll-section/",
"license": "MIT",
"repository": "https://github.com/EmaSuriano/react-scroll-section",
Expand Down

0 comments on commit b3eadea

Please sign in to comment.