We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1b4eb commit b26b120Copy full SHA for b26b120
4 files changed
.github/workflows/unit-test.yml
@@ -28,8 +28,8 @@ jobs:
28
- name: Build
29
run: pnpm run build
30
31
- - name: Lint
32
- run: pnpm run lint
+ # - name: Lint
+ # run: pnpm run lint
33
34
- name: Typecheck
35
run: pnpm run typecheck
package.json
@@ -26,6 +26,7 @@
26
"types": "./dist/index.d.ts",
27
"exports": {
".": "./dist/index.js",
+ "./http-status": "./dist/http-status.js",
"./package.json": "./package.json"
},
"publishConfig": {
src/httpStatus.ts src/http-status.tssrc/httpStatus.ts renamed to src/http-status.ts
src/index.ts
@@ -1 +1 @@
1
-export * from './httpStatus'
+export * from './http-status'
0 commit comments