Skip to content

Commit

Permalink
v1.2.4 更新keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Oct 25, 2016
1 parent b315e59 commit ed85eb3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "lei-coroutine",
"version": "1.2.3",
"version": "1.2.4",
"description": "Simple coroutine library, can keep function name and parameters information",
"main": "index.js",
"files": [
Expand All @@ -17,9 +17,11 @@
"url": "git+https://github.com/leizongmin/lei-coroutine.git"
},
"keywords": [
"corotuine",
"coroutine",
"async",
"await"
"await",
"co",
"generator"
],
"author": "Zongmin Lei <leizongmin@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit ed85eb3

Please sign in to comment.