Skip to content

Commit

Permalink
Update main export.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjhsf committed Aug 23, 2023
1 parent 128a0a4 commit 6886d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions lib/cookie/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// This file contains the exports from v4's lib/cookie.js, provided to minimize
// the need to update imports in dependent projects.

export { MemoryCookieStore } from '../memstore'
export { pathMatch } from '../pathMatch'
export { permuteDomain } from '../permuteDomain'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"bugs": {
"url": "https://github.com/salesforce/tough-cookie/issues"
},
"main": "./dist/cookie.js",
"types": "./dist/cookie.d.ts",
"main": "./dist/cookie/index.js",
"types": "./dist/cookie/index.d.ts",
"files": [
"dist/*.js",
"dist/*.d.ts"
Expand Down

0 comments on commit 6886d47

Please sign in to comment.