Skip to content

Commit

Permalink
chore: migrate to core monorepo, rename to http
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Feb 10, 2024
1 parent cf13c92 commit 4885102
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 381 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@root/std",
"name": "@root/http",
"private": true,
"type": "module",
"version": "1.0.0",
Expand All @@ -9,28 +9,29 @@
],
"license": "MIT",
"scripts": {
"build": "tsc -b",
"build": "yarn yakumo build",
"bump": "yarn yakumo version",
"dep": "yarn yakumo upgrade",
"pub": "yarn yakumo publish",
"lint": "eslint --cache",
"test": "yarn yakumo test -r esbuild-register",
"test": "yarn yakumo test --import tsx",
"test:text": "shx rm -rf coverage && c8 -r text yarn test",
"test:json": "shx rm -rf coverage && c8 -r json yarn test",
"test:html": "shx rm -rf coverage && c8 -r html yarn test"
},
"devDependencies": {
"@cordisjs/eslint-config": "^1.0.4",
"@sinonjs/fake-timers": "^6.0.1",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/node": "^20.10.2",
"@types/sinonjs__fake-timers": "^6.0.4",
"c8": "^7.14.0",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"esbuild": "^0.18.20",
"esbuild-register": "^3.5.0",
"eslint": "^8.55.0",
"shx": "^0.3.4",
"tsx": "^4.7.0",
"typescript": "^5.3.2",
"yakumo": "^1.0.0-alpha.10",
"yakumo-esbuild": "^1.0.0-alpha.2",
Expand Down
38 changes: 0 additions & 38 deletions packages/logger/package.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/logger/readme.md

This file was deleted.

33 changes: 0 additions & 33 deletions packages/logger/src/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions packages/logger/tsconfig.json

This file was deleted.

35 changes: 0 additions & 35 deletions packages/timer/package.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/timer/readme.md

This file was deleted.

102 changes: 0 additions & 102 deletions packages/timer/src/index.ts

This file was deleted.

Loading

0 comments on commit 4885102

Please sign in to comment.