Skip to content

Commit

Permalink
chore: upgrade should and codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bhovhannes authored and citizensas committed May 29, 2021
1 parent e2d353a commit e24eb77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"devDependencies": {
"@types/form-data": "^2.2.1",
"@types/mocha": "^2.2.45",
"codecov": "3.0.1",
"@types/mocha": "^5.2.1",
"codecov": "3.0.2",
"dateformat": "3.0.3",
"execa": "0.10.0",
"fetch-mock": "5.13.1",
Expand All @@ -45,7 +45,7 @@
"phantomjs-prebuilt": "2.1.16",
"prettier": "1.13.4",
"semver": "5.5.0",
"should": "13.1.1",
"should": "13.2.1",
"ts-loader": "4.3.1",
"tslib": "1.9.2",
"tslint": "5.10.0",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"importHelpers": true,
"module": "es6",
"moduleResolution": "node",
Expand Down

0 comments on commit e24eb77

Please sign in to comment.