Skip to content

Commit

Permalink
1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
behrang committed Oct 19, 2020
1 parent 59dca60 commit 3a20f93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jalaali-js",
"version": "1.1.4",
"version": "1.1.5",
"description": "Converts Gregorian and Jalaali calendars to each other",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -34,6 +34,8 @@
"test": "mocha test.js"
},
"files": [
"*", "!build", "!build-umd.js"
"*",
"!build",
"!build-umd.js"
]
}

0 comments on commit 3a20f93

Please sign in to comment.