Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit e81b7f5

Browse files
committed
Merge tag '0.0.1' into dev
0.0.1
2 parents e8d1105 + 1b83a14 commit e81b7f5

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

dist/ScrollMemory.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router-scroll-memory",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Simple react component to keep the scroll of the page and to restore it if the user clicks on the back button of its browser",
55
"main": "./dist/bundle.js",
66
"scripts": {
@@ -13,12 +13,7 @@
1313
"type": "git",
1414
"url": "git+https://github.com/ipatate/react-router-scroll-memory.git"
1515
},
16-
"keywords": [
17-
"react",
18-
"router",
19-
"scroll",
20-
"history"
21-
],
16+
"keywords": ["react", "router", "scroll", "history"],
2217
"author": "Faramaz Patrick",
2318
"license": "ISC",
2419
"bugs": {

0 commit comments

Comments
 (0)