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
Add module definition to Request API package
dev
David Ludwig
4 years ago
parent
61692646ed
commit
66e30ad23c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
api/request/package.json
+ 1
- 0
api/request/package.json
View File
@ -3,6 +3,7 @@
"version"
:
"0.0.0"
,
"main"
:
"dist/lib/index.js"
,
"types"
:
"dist/typings"
,
"module"
:
"src/index.ts"
,
"license"
:
"MIT"
,
"scripts"
:
{
"build"
:
"yarn run clean && tsc"
,
Write
Preview
Loading…
Cancel
Save