Skip to content

Commit 450fbfc

Browse files
author
Elena Hristova
committed
chore: retunr to the previous working version
1 parent 2fbd613 commit 450fbfc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"request": "~2.87.0",
1313
"request-promise-native": "~1.0.5",
1414
"rimraf": "~2.6.2",
15-
"sanitize-filename": "^1.6.1",
15+
"sanitize-filename": "1.6.2",
1616
"tslib": "~1.9.2"
1717
},
1818
"devDependencies": {

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
"removeComments": true,
77
"noLib": false,
88
"emitDecoratorMetadata": true,
9-
"esModuleInterop": true,
109
"experimentalDecorators": true,
1110
"lib": ["es6", "dom"],
1211
"sourceMap": true,
1312
"pretty": true,
14-
"allowSyntheticDefaultImports": true,
1513
"allowUnreachableCode": false,
1614
"allowUnusedLabels": false,
1715
"importHelpers": true,

0 commit comments

Comments
 (0)