We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609276b commit b17c60aCopy full SHA for b17c60a
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "spex",
3
- "version": "2.0.3",
+ "version": "2.1.0",
4
"description": "Specialized Promise Extensions",
5
"main": "lib/index.js",
6
"typings": "typescript/spex.d.ts",
@@ -37,7 +37,7 @@
37
},
38
"license": "MIT",
39
"engines": {
40
- "node": ">=0.10",
+ "node": ">=0.12",
41
"npm": ">=1.4"
42
43
"devDependencies": {
typescript/spex.d.ts
@@ -1,5 +1,5 @@
////////////////////////////////////////
-// Requires SPEX v2.0.3 or later.
+// Requires SPEX v2.1.0 or later.
declare namespace spex {
0 commit comments