Skip to content

Commit

Permalink
Merge pull request #81 from laxmanpokhrel/fix/missing-export
Browse files Browse the repository at this point in the history
Missing export `toggleStringInArray`
  • Loading branch information
laxmanpokhrel authored Mar 12, 2024
2 parents cfa4752 + 8f64b56 commit 9fe9783
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Ignore development tools and configuration files
src/

node_modules/
.git/
Expand Down
5 changes: 1 addition & 4 deletions .release/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
## Changes
- Folder structure changed and types removed from package.json
- changed export pattern
- @types dir for decleration file
- documented the types guidence
- added a missing export `toggleStringInArray`
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,14 @@
},
"import": "./lib/esm/validateObjectsForKey/index.js",
"require": "./lib/cjs/validateObjectsForKey/index.js"
},
"./toggleStringInArray": {
"types": {
"require": "./@types/toggleStringInArray/index.d.ts",
"default": "./@types/toggleStringInArray/index.d.ts"
},
"import": "./lib/esm/toggleStringInArray/index.js",
"require": "./lib/cjs/toggleStringInArray/index.js"
}
},
"keywords": [
Expand Down

0 comments on commit 9fe9783

Please sign in to comment.