Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Mar 18, 2023
1 parent 1d4d9b3 commit b89900e
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.2.0",
"version": "3.3.0",
"description": "Specialized Promise Extensions",
"main": "lib/index.js",
"typings": "typescript/spex.d.ts",
Expand Down Expand Up @@ -37,16 +37,16 @@
},
"license": "MIT",
"engines": {
"node": ">=4.5"
"node": ">=10.0.0"
},
"devDependencies": {
"bluebird": "3.7.2",
"browserify": "17.0.0",
"coveralls": "3.1.0",
"eslint": "7.16.0",
"coveralls": "3.1.1",
"eslint": "8.36.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "3.6.6",
"typescript": "4.1.3"
"jsdoc": "4.0.2",
"typescript": "5.0.2"
}
}

0 comments on commit b89900e

Please sign in to comment.