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 2fbd613 commit 450fbfcCopy full SHA for 450fbfc
package.json
@@ -12,7 +12,7 @@
12
"request": "~2.87.0",
13
"request-promise-native": "~1.0.5",
14
"rimraf": "~2.6.2",
15
- "sanitize-filename": "^1.6.1",
+ "sanitize-filename": "1.6.2",
16
"tslib": "~1.9.2"
17
},
18
"devDependencies": {
tsconfig.json
@@ -6,12 +6,10 @@
6
"removeComments": true,
7
"noLib": false,
8
"emitDecoratorMetadata": true,
9
- "esModuleInterop": true,
10
"experimentalDecorators": true,
11
"lib": ["es6", "dom"],
"sourceMap": true,
"pretty": true,
- "allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"importHelpers": true,
0 commit comments