Skip to content

Commit

Permalink
npm v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Jul 19, 2016
1 parent 3dc5c09 commit cb6ddd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

**3. `fire(event_name, data1, data2, ...)`**

触发名字为 `event_name` 的事件,并且赋予系列变量`datas``callback`方法的输入值。
异步方式触发名字为 `event_name` 的事件,并且赋予系列变量`datas``callback`方法的输入值。

**4. `fireSync(event_name, data1, data2, ...)`**

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cb6ddd1

Please sign in to comment.