Skip to content

Commit

Permalink
Fix details.js and details.d.ts omitted from package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvbrdn committed Aug 9, 2024
1 parent a350cde commit c1c37e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "regexsolver",
"version": "1.0.2",
"version": "1.0.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"files": [
"src/"
"src/",
"lib/"
],
"scripts": {
"test": "jest",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class RegexSolver {
baseURL: baseURL,
headers: {
'Authorization': `Bearer ${apiToken}`,
'User-Agent': 'RegexSolver Node.js / 1.0.2',
'User-Agent': 'RegexSolver Node.js / 1.0.3',
}
});
}
Expand Down

0 comments on commit c1c37e4

Please sign in to comment.