Compare commits
No commits in common. "c19dc02090832cae85a428abf14f70929cca2f35" and "605528b55e381a8b53bb81a7de36aaebe4085c54" have entirely different histories.
c19dc02090
...
605528b55e
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@because/sneaker",
|
"name": "@becuase/sneaker",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "http tunnel server and client",
|
"description": "http tunnel server and client",
|
||||||
"module": "src/client.ts",
|
"module": "src/server.tsx",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./src/client.ts",
|
".": "./src/server.tsx",
|
||||||
"./server": "./src/server.tsx"
|
"./client": "./src/client.ts"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"src"
|
"src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user