Skip to content

Commit

Permalink
Merge pull request #77 from laxmanpokhrel/fix/individual-export-decle…
Browse files Browse the repository at this point in the history
…ration

fix: test by package.json for getDifferenceObject
  • Loading branch information
laxmanpokhrel authored Feb 26, 2024
2 parents 7337195 + 2d8f456 commit 639fd0f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## This release for testing subpath modules and their declerations
- Folder structure changed and types removed from package.json
- changed export pattern
- changed export pattern
- individual package.json
9 changes: 9 additions & 0 deletions src/getDifferenceObject/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "@xmanscript/utils/getDifferenceObject",
"type": "module",
"main": "../lib/cjs/getDifferenceObject/index.js",
"module": "../lib/esm/getDifferenceObject/index.js",
"types": "../lib/esm/getDifferenceObject/index.d.ts",
"sideEffects": false
}

0 comments on commit 639fd0f

Please sign in to comment.