We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bc718 commit 739c435Copy full SHA for 739c435
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hebcal/rest-api",
3
- "version": "6.0.1",
+ "version": "6.0.2",
4
"author": "Michael J. Radwin (https://github.com/mjradwin)",
5
"keywords": [
6
"hebcal"
tsconfig.json
@@ -3,7 +3,7 @@
"compilerOptions": {
"module": "es6",
"declaration": true,
- "rootDir": ".",
+ "rootDir": "./src",
7
"target": "ES2017",
8
"sourceMap": false,
9
"outDir": "dist",
0 commit comments