Skip to content

Commit

Permalink
added more config defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-viegas committed Dec 7, 2019
1 parent 8ccbbab commit b98c69d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.js
Expand Up @@ -205,7 +205,8 @@ const commons = {
console.log("[jscommons.getEnvironmentVarsSubset|out] =>", r);
return r;
}
, setPosition: { 'first': 0, 'last': -1 }
, navigationPositionMap: { 'first': 0, 'last': -1 }
, defaultPageSize: 12

}

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@jtviegas/jscommons",
"version": "0.0.26",
"version": "0.0.27",
"description": "small javascript library comprising reusable utility code",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b98c69d

Please sign in to comment.