We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d353a commit e24eb77Copy full SHA for e24eb77
2 files changed
package.json
@@ -23,8 +23,8 @@
23
},
24
"devDependencies": {
25
"@types/form-data": "^2.2.1",
26
- "@types/mocha": "^2.2.45",
27
- "codecov": "3.0.1",
+ "@types/mocha": "^5.2.1",
+ "codecov": "3.0.2",
28
"dateformat": "3.0.3",
29
"execa": "0.10.0",
30
"fetch-mock": "5.13.1",
@@ -45,7 +45,7 @@
45
"phantomjs-prebuilt": "2.1.16",
46
"prettier": "1.13.4",
47
"semver": "5.5.0",
48
- "should": "13.1.1",
+ "should": "13.2.1",
49
"ts-loader": "4.3.1",
50
"tslib": "1.9.2",
51
"tslint": "5.10.0",
tsconfig.json
@@ -1,5 +1,6 @@
1
{
2
"compilerOptions": {
3
+ "allowSyntheticDefaultImports": true,
4
"importHelpers": true,
5
"module": "es6",
6
"moduleResolution": "node",
0 commit comments