Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset history.pushState after patching #68

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@dsrominiyi:registry=https://npm.pkg.github.com
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

801 changes: 0 additions & 801 deletions .yarn/releases/yarn-3.2.4.cjs

This file was deleted.

10 changes: 0 additions & 10 deletions .yarnrc.yml

This file was deleted.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "nextjs-toploader",
"version": "1.6.6",
"name": "@dsrominiyi/nextjs-toploader",
"version": "1.8.8",
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 14.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build-lib": "tsup && sed -i '1s/^/\"use client\";/' dist/index.js",
"build": "tsup && sed -i '1s/^/\"use client\";/' dist/index.js",
"lint": "eslint --fix --cache src/",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"typecheck": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheSGJ/nextjs-toploader.git"
"url": "git+https://github.com/dsrominiyi/nextjs-toploader.git"
},
"keywords": [
"Next",
Expand All @@ -28,9 +28,9 @@
"author": "Shri Ganesh Jha",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheSGJ/nextjs-toploader/issues"
"url": "https://github.com/dsrominiyi/nextjs-toploader/issues"
},
"homepage": "https://github.com/TheSGJ/nextjs-toploader#readme",
"homepage": "https://github.com/dsrominiyi/nextjs-toploader#readme",
"files": [
"dist/**/*.js*",
"dist/**/*.mjs*",
Expand All @@ -55,7 +55,7 @@
"react": ">= 16.0.0",
"react-dom": ">= 16.0.0"
},
"packageManager": "[email protected]",
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"dependencies": {
"@types/nprogress": "^0.2.2",
"nprogress": "^0.2.0",
Expand Down
Loading