Skip to content

Commit e24eb77

Browse files
bhovhannescitizensas
authored andcommitted
chore: upgrade should and codecov
1 parent e2d353a commit e24eb77

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"devDependencies": {
2525
"@types/form-data": "^2.2.1",
26-
"@types/mocha": "^2.2.45",
27-
"codecov": "3.0.1",
26+
"@types/mocha": "^5.2.1",
27+
"codecov": "3.0.2",
2828
"dateformat": "3.0.3",
2929
"execa": "0.10.0",
3030
"fetch-mock": "5.13.1",
@@ -45,7 +45,7 @@
4545
"phantomjs-prebuilt": "2.1.16",
4646
"prettier": "1.13.4",
4747
"semver": "5.5.0",
48-
"should": "13.1.1",
48+
"should": "13.2.1",
4949
"ts-loader": "4.3.1",
5050
"tslib": "1.9.2",
5151
"tslint": "5.10.0",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"allowSyntheticDefaultImports": true,
34
"importHelpers": true,
45
"module": "es6",
56
"moduleResolution": "node",

0 commit comments

Comments
 (0)