forked from azuqua/react-dnd-scrollzone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64b9ced
commit a870007
Showing
4 changed files
with
3,841 additions
and
4,813 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
"description": "[forked] A cross browser solution to scrolling during drag and drop.", | ||
"engines": { | ||
"node": "^20.14.0", | ||
"pnpm": "^9.12.3" | ||
"yarn": "^1.22.22" | ||
}, | ||
"packageManager": "[email protected]", | ||
"packageManager": "[email protected]", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "rm -rf lib && babel src --out-dir lib", | ||
|
@@ -17,11 +17,11 @@ | |
"publish:major": "npm version major && npm publish", | ||
"publish:minor": "npm version minor && npm publish", | ||
"publish:patch": "npm version patch && npm publish", | ||
"postpublish": "git push origin master --tags" | ||
"postpublish": "git push origin main --tags" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/loomhq/react-dnd-scrollzone" | ||
"url": "git+https://github.com/loomhq/react-dnd-scrollzone.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/loomhq/react-dnd-scrollzone/issues" | ||
|
@@ -91,4 +91,4 @@ | |
"check-leaks": true, | ||
"throw-deprecation": true | ||
} | ||
} | ||
} |
Oops, something went wrong.