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 9d16d8e commit e25ec2d
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 85 deletions.
148 changes: 68 additions & 80 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
Expand Up @@ -14,7 +14,8 @@
"type": "module",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"require": "./dist/index.cjs",
"types": "./rest-api.d.ts"
},
"typings": "rest-api.d.ts",
"files": [
Expand All @@ -29,8 +30,8 @@
"url": "https://github.com/hebcal/hebcal-rest-api/issues"
},
"dependencies": {
"@hebcal/core": "^5.0.3",
"@hebcal/leyning": "^8.1.1",
"@hebcal/core": "^5.0.7",
"@hebcal/leyning": "^8.1.2",
"@hebcal/triennial": "^5.0.3"
},
"scripts": {
Expand All @@ -50,11 +51,10 @@
"@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",
"jsdoc": "^4.0.2",
"jsdoc-to-markdown": "^8.0.0",
"rollup": "^4.9.1"
"rollup": "^4.9.2"
}
}

0 comments on commit e25ec2d

Please sign in to comment.