Skip to content

Commit 5091ca7

Browse files
committed
chore(package) v1.0.1
1 parent 9f66a7c commit 5091ca7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2018.02.12, v1.0.1
2+
3+
feature:
4+
- (package) keywords: then
5+

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "try-to-catch",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "coderaiser <mnemonic.enemy@gmail.com> (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 \"require('./try-to-catch')\"> legacy/index.js"
2121
},
22-
"dependencies": {
23-
},
22+
"dependencies": {},
2423
"keywords": [
2524
"try",
2625
"catch",

0 commit comments

Comments
 (0)