We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f66a7c commit 5091ca7Copy full SHA for 5091ca7
ChangeLog
@@ -0,0 +1,5 @@
1
+2018.02.12, v1.0.1
2
+
3
+feature:
4
+- (package) keywords: then
5
package.json
@@ -1,6 +1,6 @@
{
"name": "try-to-catch",
- "version": "1.0.0",
+ "version": "1.0.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "function try-catch wrapper for promises",
6
"homepage": "http://github.com/coderaiser/try-to-catch",
@@ -19,8 +19,7 @@
19
"wisdom": "redrun build legacy",
20
"legacy": "echo \"require('./try-to-catch')\"> legacy/index.js"
21
},
22
- "dependencies": {
23
- },
+ "dependencies": {},
24
"keywords": [
25
"try",
26
"catch",
0 commit comments