Skip to content

Commit b26b120

Browse files
committed
U
1 parent 4b1b4eb commit b26b120

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Build
2929
run: pnpm run build
3030

31-
- name: Lint
32-
run: pnpm run lint
31+
# - name: Lint
32+
# run: pnpm run lint
3333

3434
- name: Typecheck
3535
run: pnpm run typecheck

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"types": "./dist/index.d.ts",
2727
"exports": {
2828
".": "./dist/index.js",
29+
"./http-status": "./dist/http-status.js",
2930
"./package.json": "./package.json"
3031
},
3132
"publishConfig": {
File renamed without changes.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './httpStatus'
1+
export * from './http-status'

0 commit comments

Comments
 (0)