Skip to content

Commit ca77b62

Browse files
committed
v0.0.2
1 parent 815f29f commit ca77b62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marktguru.at",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A library to search for offers on marktguru.at",
55
"main": "dist/index.js",
66
"types": "typings/index.d.ts",

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
4848
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
4949
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
50-
"outDir": "./dist", /* Specify an output folder for all emitted files. */
50+
"outDir": "./dist", /* Specify an output folder for all emitted files. */
5151
// "removeComments": true, /* Disable emitting comments. */
5252
// "noEmit": true, /* Disable emitting files from a compilation. */
5353
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
@@ -99,6 +99,6 @@
9999
// "skipLibCheck": true /* Skip type checking all .d.ts files. */
100100
},
101101
"include": [
102-
"./src",
102+
"./src"
103103
]
104104
}

0 commit comments

Comments
 (0)