Skip to content

Commit

Permalink
Merge pull request #49 from TommyJohnWear/master
Browse files Browse the repository at this point in the history
Make package importable as a module
  • Loading branch information
Cam authored Jan 30, 2020
2 parents 72f6948 + a0918a6 commit 700004b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "https://github.com/Elkfox/Ajaxinate/issues"
},
"homepage": "https://ajaxinate.elkfox.io/",
"main": "ajaxinate.js",
"main": "src/ajaxinate.js",
"directories": {
"doc": "docs"
},
Expand Down
2 changes: 1 addition & 1 deletion src/ajaxinate.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ https://elkfox.com
MIT License
================================================================================================= */

const Ajaxinate = function ajaxinateConstructor(config) {
export const Ajaxinate = function ajaxinateConstructor(config) {
const settings = config || {};
/*
pagination: Selector of pagination container
Expand Down

0 comments on commit 700004b

Please sign in to comment.