Skip to content

Commit

Permalink
Expose utils/urls as an export
Browse files Browse the repository at this point in the history
Fixes #120
  • Loading branch information
robbieaverill authored Jan 12, 2022
1 parent 4b40435 commit e77b787
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 e77b787

Please sign in to comment.