Skip to content

Commit

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

feat: folder structure changed
  • Loading branch information
laxmanpokhrel authored Feb 26, 2024
2 parents dfe86cc + dc63542 commit 8232110
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## This release for testing subpath modules and their declerations
- Folder structure changed
- Folder structure changed and types removed from package.json
3 changes: 3 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default function indexPackageInformer() {
console.log('This is a util package');
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"url": "https://github.com/laxmanpokhrel/xmanscript-utils.git"
},
"type": "module",
"types": "./@types",
"exports": {
"./abbreviateCurrencyValue": {
"types": "./lib/abbreviateCurrencyValue/index.d.ts",
Expand Down
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@



{
"compilerOptions": {
"target": "ES6",
Expand Down

0 comments on commit 8232110

Please sign in to comment.