Skip to content

Commit

Permalink
Fix rebuild version and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dknight committed Feb 18, 2018
1 parent d230d42 commit 393fd62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion isikukood.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
throw new Error(err);
}

// Make it available for Browsers and
// Make it available for browsers and node
if (typeof module !== 'undefined' && module.exports) {
module.exports = Isikukood;
} else {
Expand Down
2 changes: 1 addition & 1 deletion isikukood.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isikukood",
"version": "1.2.1",
"version": "1.2.2",
"description": "Estonian personal ID (isikukood) JavaScript module",
"main": "isikukood.js",
"directories": {
Expand Down

0 comments on commit 393fd62

Please sign in to comment.