Skip to content

Commit

Permalink
feat(nanolib): export resolve-url from nanolib package
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadhonarvar committed Oct 15, 2024
1 parent a884212 commit ea40407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nanolib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
"@alwatr/parse-duration": "workspace:^",
"@alwatr/platform-info": "workspace:^",
"@alwatr/render-state": "workspace:^",
"@alwatr/unicode-digits": "workspace:^"
"@alwatr/unicode-digits": "workspace:^",
"@alwatr/resolve-url": "workspace:^"
},
"devDependencies": {
"@alwatr/nano-build": "workspace:^",
Expand Down
1 change: 1 addition & 0 deletions packages/nanolib/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ export * from '@alwatr/parse-duration';
export * from '@alwatr/platform-info';
export * from '@alwatr/render-state';
export * from '@alwatr/unicode-digits';
export * from '@alwatr/resolve-url';

0 comments on commit ea40407

Please sign in to comment.