Skip to content

Commit dba8906

Browse files
committed
chore(package) v1.1.1
1 parent 8ae276e commit dba8906

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2018.11.08, v1.1.1
2+
3+
fix:
4+
- (try-to-catch) wraptile -> noArg
5+
6+
17
2018.11.08, v1.1.0
28

39
feature:

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "try-to-catch",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
55
"description": "function try-catch wrapper for promises",
66
"homepage": "http://github.com/coderaiser/try-to-catch",
@@ -19,8 +19,7 @@
1919
"wisdom": "redrun build legacy",
2020
"legacy": "echo \"module.exports = require('./try-to-catch')\" > legacy/index.js"
2121
},
22-
"dependencies": {
23-
},
22+
"dependencies": {},
2423
"keywords": [
2524
"try",
2625
"catch",

0 commit comments

Comments
 (0)