Skip to content

Commit

Permalink
No need for core-js, we don't use babel anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Jan 1, 2024
1 parent a517064 commit 505c8f1
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 78 deletions.
138 changes: 63 additions & 75 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/hebcal/hebcal-cities#readme",
"dependencies": {
"@hebcal/core": "^5.0.3"
"@hebcal/core": "^5.0.7"
},
"scripts": {
"build:rollup": "rollup -c",
Expand All @@ -41,9 +41,8 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"ava": "^6.0.1",
"core-js": "^3.34.0",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"rollup": "^4.9.1"
"rollup": "^4.9.2"
}
}

0 comments on commit 505c8f1

Please sign in to comment.