This website works better with JavaScript.
Home
Explore
Help
Sign In
Autoplex
/
autoplex-legacy
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Fix build directory for torrent-rest service
dev
David Ludwig
4 years ago
parent
f6e046bdff
commit
4622ed42ef
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
services/torrent-rest/package.json
+ 1
- 1
services/torrent-rest/package.json
View File
@ -1,7 +1,7 @@
{
"name"
:
"@autoplex-service/torrent-rest"
,
"version"
:
"0.0.0"
,
"main"
:
"index.js"
,
"main"
:
"
./dist/
index.js"
,
"license"
:
"MIT"
,
"scripts"
:
{
"clean"
:
"rimraf ./dist"
,
Write
Preview
Loading…
Cancel
Save