mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
export correct file and types
This commit is contained in:
parent
39e0a2564e
commit
045c84de6c
2 changed files with 6 additions and 2 deletions
3
lib/index.d.ts
vendored
Normal file
3
lib/index.d.ts
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
declare const scramjetPath: string;
|
||||||
|
|
||||||
|
export { scramjetPath };
|
|
@ -2,7 +2,8 @@
|
||||||
"name": "scramjet",
|
"name": "scramjet",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "An experimental web proxy that aims to be the successor to Ultraviolet",
|
"description": "An experimental web proxy that aims to be the successor to Ultraviolet",
|
||||||
"main": "index.js",
|
"main": "./lib/index.js",
|
||||||
|
"types": "./lib/index.d.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node esbuild.js",
|
"build": "node esbuild.js",
|
||||||
"dev": "node esbuild.dev.js",
|
"dev": "node esbuild.dev.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue