Skip to content

Commit

Permalink
Merge pull request #53 from laxmanpokhrel/fix/missing-src
Browse files Browse the repository at this point in the history
Fix/missing ts configuration
  • Loading branch information
laxmanpokhrel authored Feb 25, 2024
2 parents 209a8b8 + 7ae037a commit 86105f3
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 1,136 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_modules/
.git/
.editorconfig
.eslintrc
tsconfig.json
.github
.husky
.release
Expand All @@ -15,3 +14,4 @@ tsconfig.json
.releaserc
yarn.lock
package-lock.json
tsconfig.json
2 changes: 1 addition & 1 deletion .release/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Improvements /\n
- No src ignore
- types of exports
1 change: 0 additions & 1 deletion lib/index.d.ts

This file was deleted.

18 changes: 0 additions & 18 deletions lib/index.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/index.js.map

This file was deleted.

306 changes: 0 additions & 306 deletions lib/utils.d.ts

This file was deleted.

807 changes: 0 additions & 807 deletions lib/utils.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/utils.js.map

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"type": "git",
"url": "https://github.com/laxmanpokhrel/xmanscript-utils.git"
},
"types": "./lib",
"exports": {
"./abbreviateCurrencyValue": "./src/abbreviateCurrencyValue",
"./areObjectsEqual": "./src/areObjectsEqual",
Expand Down

0 comments on commit 86105f3

Please sign in to comment.