Skip to content

Commit

Permalink
bump version to 3.0.1 and update package-lock for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
klendi committed Dec 22, 2024
1 parent 9cdbdf2 commit bdd5e14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "react-top-loading-bar-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-top-loading-bar",
"version": "3.0.0",
"version": "3.0.1",
"description": "A very simple, highly customisable react top loader component.",
"author": {
"name": "Klendi Goci",
Expand All @@ -9,9 +9,7 @@
},
"license": "MIT",
"module": "./dist/index.mjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down

0 comments on commit bdd5e14

Please sign in to comment.