Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jun 24, 2020
1 parent 410ff5b commit 8166945
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spex",
"version": "3.0.1",
"version": "3.0.2",
"description": "Specialized Promise Extensions",
"main": "lib/index.js",
"typings": "typescript/spex.d.ts",
Expand Down Expand Up @@ -41,12 +41,12 @@
},
"devDependencies": {
"bluebird": "3.7.2",
"browserify": "16.5.0",
"coveralls": "3.0.9",
"eslint": "6.8.0",
"browserify": "16.5.1",
"coveralls": "3.1.0",
"eslint": "7.3.1",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "3.6.3",
"typescript": "3.7.5"
"jsdoc": "3.6.4",
"typescript": "3.9.5"
}
}

0 comments on commit 8166945

Please sign in to comment.