Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed May 7, 2015
1 parent 5b7e022 commit 658b44c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -4,3 +4,4 @@

fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)
luckydrq <ruoqi.drq@alibaba-inc.com> (https://github.com/luckydrq)
popomore <sakura9515@gmail.com> (https://github.com/popomore)
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

1.0.0 / 2015-05-07
==================

* improve: do not pass dirs when instantiation

0.2.1 / 2014-11-11
==================

Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -60,6 +60,7 @@ setTimeout(function () {
(The MIT License)

Copyright (c) 2014 fengmk2 <fengmk2@gmail.com> and other contributors
Copyright (c) 2015 node-modules and other contributors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "wt",
"version": "0.2.1",
"version": "1.0.0",
"description": "wt: Simple dir watcher, including all subdirectories, support multi dirs",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 658b44c

Please sign in to comment.