Skip to content

Commit

Permalink
change repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Dec 27, 2023
1 parent d288c05 commit 7c2ad38
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deltablot/dropzone",
"version": "7.0.0-alpha2",
"version": "7.0.0-alpha3",
"description": "Handles drag and drop of files for you.",
"keywords": [
"dragndrop",
Expand Down Expand Up @@ -32,16 +32,8 @@
},
"maintainers": [
{
"name": "Matias Meno",
"email": "[email protected]",
"web": "https://www.yesmeno.com"
}
],
"contributors": [
{
"name": "Matias Meno",
"email": "[email protected]",
"web": "https://www.yesmeno.com"
"name": "Nicolas CARPi",
"web": "https://www.deltablot.com"
}
],
"scripts": {
Expand All @@ -53,13 +45,12 @@
"start-test-server": "node test/test-server.js"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/dropzone/dropzone/issues"
"url": "https://github.com/NicolasCARPi/dropzone/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dropzone/dropzone.git"
"url": "https://github.com/NicolasCARPi/dropzone.git"
},
"dependencies": {
"@swc/helpers": "^0.5.3",
Expand Down

0 comments on commit 7c2ad38

Please sign in to comment.