Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Jun 17, 2015
1 parent b0abb80 commit b3d29af
Show file tree
Hide file tree
Showing 34 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[ignore]
.*/invalidPackageJson/*
.*/test/*
.*/build/*

[include]

Expand Down
2 changes: 1 addition & 1 deletion build/DirectoryWatcher.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* @flow */


'use strict';

Expand Down
2 changes: 1 addition & 1 deletion build/watch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* @flow */

/** @module watch */

'use strict';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-wa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Wed Jun 17 2015 17:29:05 GMT+0300 (EEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Wed Jun 17 2015 18:30:38 GMT+0300 (EEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="page-title">Source: DirectoryWatcher.js</h1>

<section>
<article>
<pre class="prettyprint source linenums"><code>/* @flow */
<pre class="prettyprint source linenums"><code>

'use strict';

Expand Down Expand Up @@ -236,7 +236,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-wa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Wed Jun 17 2015 17:29:05 GMT+0300 (EEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Wed Jun 17 2015 18:30:38 GMT+0300 (EEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="page-title">Home</h1>



<h3>simple-recursive-watch 1.2.2</h3>
<h3>simple-recursive-watch 1.2.3</h3>



Expand Down Expand Up @@ -79,7 +79,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-wa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Wed Jun 17 2015 17:29:05 GMT+0300 (EEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Wed Jun 17 2015 18:30:38 GMT+0300 (EEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-wa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Wed Jun 17 2015 17:29:05 GMT+0300 (EEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Wed Jun 17 2015 18:30:38 GMT+0300 (EEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="page-title">Source: watch.js</h1>

<section>
<article>
<pre class="prettyprint source linenums"><code>/* @flow */
<pre class="prettyprint source linenums"><code>
/** @module watch */

'use strict';
Expand Down Expand Up @@ -89,7 +89,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-wa
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Wed Jun 17 2015 17:29:05 GMT+0300 (EEST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.2</a> on Wed Jun 17 2015 18:30:38 GMT+0300 (EEST)
</footer>

<script> prettyPrint(); </script>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-recursive-watch",
"version": "1.2.2",
"version": "1.2.3",
"description": "A simple cross platform recursive directory watcher for NodeJS, based on \"fs.watch\", but not relying on its \"recursive\" option.",
"main": "build/watch.js",
"scripts": {
Expand Down Expand Up @@ -30,6 +30,6 @@
"devDependencies": {
"jsdoc": "^3.3.2",
"mkdirp": "^0.5.1",
"webcompiler": "^0.3.4"
"webcompiler": "^0.3.5"
}
}

0 comments on commit b3d29af

Please sign in to comment.