Compare commits

..

No commits in common. "fec3e69ac098908d585e9fa3bf85f2868fd43c46" and "a7ad3a5c1dce62c91f2f3aad39c8315273f1f619" have entirely different histories.

2 changed files with 1 additions and 12 deletions

1
.npmrc
View File

@ -1 +0,0 @@
registry=https://npm.nose.space

View File

@ -1,21 +1,11 @@
{
"name": "@_because/hype",
"version": "0.1.0",
"name": "hype",
"module": "src/index.tsx",
"type": "module",
"exports": {
".": "./src/index.tsx",
"./utils": "./src/utils.tsx"
},
"files": [
"src/css",
"src/frontend.ts",
"src/index.tsx",
"src/layout.tsx",
"src/lib",
"src/utils.tsx",
"README.md"
],
"devDependencies": {
"@types/bun": "latest"
},