Skip to content

Commit

Permalink
localeData issue fixed (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: abdulaziz <aziz@marensolutions>
  • Loading branch information
codemeall and abdulaziz committed Jul 24, 2024
1 parent 2b2883e commit c1f205c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment-hijri.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
return root.moment
})
} else if (typeof exports === 'object') {
module.exports = factory(require('moment'))
module.exports = factory(require('moment/moment'))
} else {
root.moment = factory(root.moment)
}
Expand Down

0 comments on commit c1f205c

Please sign in to comment.