Skip to content

Commit 9c8321e

Browse files
committed
👌 IMPROVE: use 'replaceState' instead of 'pushState' to avoid polluting history, mark version as 2.2.0
1 parent 3633878 commit 9c8321e

File tree

6 files changed

+352
-106
lines changed

6 files changed

+352
-106
lines changed

‎dev.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ creates a `.tgz`
1414
```bash
1515
npm run build
1616
npm pack
17-
mv react-ui-scrollspy-2.1.0.tgz ./demo-app
17+
mv react-ui-scrollspy-2.2.0.tgz ./demo-app
1818
cd demo-app
1919
npm uninstall react-ui-scrollspy
20-
npm install react-ui-scrollspy-2.1.0.tgz --production
20+
npm install react-ui-scrollspy-2.2.0.tgz --production
2121
cd ..
2222
```
2323

‎dist/index.js‎

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

‎dist/index.js.map‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)