From cb6ddd1cc97c798b787ba5e4090b79228a36fbaf Mon Sep 17 00:00:00 2001 From: hustcc Date: Tue, 19 Jul 2016 13:13:35 +0800 Subject: [PATCH] npm v1.0.5 --- README_zh.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README_zh.md b/README_zh.md index a5861a8..b10774e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -27,7 +27,7 @@ **3. `fire(event_name, data1, data2, ...)`** -触发名字为 `event_name` 的事件,并且赋予系列变量`datas`为`callback`方法的输入值。 +异步方式触发名字为 `event_name` 的事件,并且赋予系列变量`datas`为`callback`方法的输入值。 **4. `fireSync(event_name, data1, data2, ...)`** diff --git a/package.json b/package.json index e8fdc8d..50dd97d 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "onfire.js", "officialName": "onfire.js", - "version": "1.0.4", - "summary": "onfire.js is a simple events dispatcher subscribe / publish library (just 0.9kb). simple and usefull, can be used to in react / vue / angular for Cross-component communication.", - "description": "onfire.js is a simple events dispatcher subscribe / publish library (just 0.9kb). simple and usefull.", + "version": "1.0.5", + "summary": "onfire.js is a simple events dispatcher subscribe / publish library (just 0.9kb). aysnc, simple and usefull, can be used to in react / vue / angular for Cross-component communication.", + "description": "onfire.js is a simple events dispatcher subscribe / publish library (just 0.9kb). aysnc, simple and usefull.", "author": { "name": "hustcc", "url": "http://git.hust.cc/onfire.js"