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