Skip to content

Commit

Permalink
Merge pull request #123 from robbieaverill/patch-1
Browse files Browse the repository at this point in the history
Expose utils/urls as an export

@robbieaverill Thanks!
  • Loading branch information
RIAEvangelist authored Jan 15, 2022
2 parents 4b40435 + e77b787 commit b5ce9d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "dominos",
"version": "3.3.0",
"description": "node js API for Domino's pizza",
"exports": "./index.js",
"exports": {
".": "./index.js",
"./utils/urls.js": "./utils/urls.js"
},
"type": "module",
"scripts": {
"test": "npm i && c8 -r lcov -r html node test/CI.js && c8 report",
Expand Down

0 comments on commit b5ce9d8

Please sign in to comment.