Skip to content

Commit

Permalink
Merge pull request #24 from laxmanpokhrel/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
laxmanpokhrel authored Jul 2, 2024
2 parents bc5f617 + 1e6c010 commit 7f85573
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@
# Changes
- ptsconfig remove from npmignore
- missing "." exports in package.json
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@
},
"type": "module",
"keywords": [],
"exports": {
"./setValueOfKeyForMatchingValuesOfAKey": "./src/utils/setValueOfKeyForMatchingValuesOfAKey"
},
"bugs": {
"url": "https://github.com/laxmanpokhrel/xmanscript-has-error-boundary/issues"
},
"homepage": "https://github.com/laxmanpokhrel/xmanscript-has-error-boundary#readme",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",

"scripts": {
"build": "rm -rf lib && tsc",
"prepare": "husky install",
Expand All @@ -26,6 +22,12 @@
"commit": "cz",
"semantic-release": "semantic-release"
},
"exports": {
".": {
"require": "./lib/index.js",
"import": "./lib/index.js"
}
},
"author": "Laxman Pokhrel",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 7f85573

Please sign in to comment.