Skip to content

Commit

Permalink
(*) Fix getRahinan()
Browse files Browse the repository at this point in the history
  • Loading branch information
peradnya committed May 11, 2019
1 parent 87717a1 commit da4193c
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 118 deletions.
195 changes: 103 additions & 92 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "balinese-date-js-lib",
"version": "0.4.2",
"version": "0.4.3",
"description": "Library to Develop Balinese Saka Calendar (Kalender Bali)",
"main": "node/BalineseDate.js",
"types": "node/BalineseDate.d.ts",
Expand Down Expand Up @@ -38,14 +38,14 @@
"devDependencies": {
"ava": "^1.0.0-beta.8",
"npm-run-all": "^4.1.3",
"nyc": "^14.1.0",
"ts-loader": "^5.4.4",
"nyc": "^14.1.1",
"ts-loader": "^5.4.5",
"tslint": "^5.16.0",
"tslint-loader": "^3.6.0",
"typedoc": "^0.14.2",
"typescript": "^3.4.5",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
},
"dependencies": {
"date-fns": "^1.29.0"
Expand Down
Loading

0 comments on commit da4193c

Please sign in to comment.