We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae276e commit dba8906Copy full SHA for dba8906
ChangeLog
@@ -1,3 +1,9 @@
1
+2018.11.08, v1.1.1
2
+
3
+fix:
4
+- (try-to-catch) wraptile -> noArg
5
6
7
2018.11.08, v1.1.0
8
9
feature:
package.json
@@ -1,6 +1,6 @@
{
"name": "try-to-catch",
- "version": "1.1.0",
+ "version": "1.1.1",
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"description": "function try-catch wrapper for promises",
"homepage": "http://github.com/coderaiser/try-to-catch",
@@ -19,8 +19,7 @@
19
"wisdom": "redrun build legacy",
20
"legacy": "echo \"module.exports = require('./try-to-catch')\" > legacy/index.js"
21
},
22
- "dependencies": {
23
- },
+ "dependencies": {},
24
"keywords": [
25
"try",
26
"catch",
0 commit comments