Skip to content

Commit

Permalink
fix: httpsnippet-client-api and core exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 20, 2023
1 parent 7d6ddb2 commit 61bf2de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@readme/api-core",
"version": "7.0.0-alpha.1",
"description": "The magic behind `api` 🧙",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
Expand Down
4 changes: 2 additions & 2 deletions packages/httpsnippet-client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "httpsnippet-client-api",
"version": "7.0.0-alpha.0",
"description": "An HTTPSnippet client for generating snippets for the `api` module.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc",
"lint:types": "tsc --noEmit",
Expand Down

0 comments on commit 61bf2de

Please sign in to comment.