mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-04 05:29:15 -04:00
Merge pull request #209 from schlagmichdoch/next
Release Next Version `v1.10.0`
This commit is contained in:
commit
1508a0ff33
177 changed files with 7878 additions and 15374 deletions
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"name": "pairdrop",
|
||||
"version": "1.9.4",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"main": "server/index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"start:prod": "node index.js --rate-limit --auto-restart"
|
||||
"start": "node server/index.js",
|
||||
"start:prod": "node server/index.js --rate-limit --auto-restart"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue