We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410ff5b commit 8166945Copy full SHA for 8166945
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "spex",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"description": "Specialized Promise Extensions",
5
"main": "lib/index.js",
6
"typings": "typescript/spex.d.ts",
@@ -41,12 +41,12 @@
41
},
42
"devDependencies": {
43
"bluebird": "3.7.2",
44
- "browserify": "16.5.0",
45
- "coveralls": "3.0.9",
46
- "eslint": "6.8.0",
+ "browserify": "16.5.1",
+ "coveralls": "3.1.0",
+ "eslint": "7.3.1",
47
"istanbul": "0.4.5",
48
"jasmine-node": "3.0.0",
49
- "jsdoc": "3.6.3",
50
- "typescript": "3.7.5"
+ "jsdoc": "3.6.4",
+ "typescript": "3.9.5"
51
}
52
0 commit comments