Skip to content

Commit c5ec846

Browse files
committed
0.1.0
1 parent 1f6b5e9 commit c5ec846

File tree

9 files changed

+9
-11
lines changed

9 files changed

+9
-11
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
'rules': {
44
'no-unused-vars': [2, {'vars': 'all', 'args': 'none'}],
55
'no-empty': 0,
6-
'consistent-this': [2, 'that'],
6+
'consistent-this': [0, 'that'],
77
'comma-spacing': [2, {'before': false, 'after': true}],
88
'key-spacing': [2, {'beforeColon': false, 'afterColon': true, 'mode': 'minimum'}],
99
'space-before-function-paren': [2, {'anonymous': 'always', 'named': 'never'}],

dist/middleware.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/html/MiddlewareManager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ <h4 class="modal-title">Search results</h4>
10011001
<span class="jsdoc-message">
10021002
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
10031003

1004-
on 2017-04-19
1004+
on 2017-04-20
10051005

10061006
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
10071007
</span>

docs/html/classes.list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h4 class="modal-title">Search results</h4>
205205
<span class="jsdoc-message">
206206
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
207207

208-
on 2017-04-19
208+
on 2017-04-20
209209

210210
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
211211
</span>

docs/html/global.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h4 class="modal-title">Search results</h4>
367367
<span class="jsdoc-message">
368368
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
369369

370-
on 2017-04-19
370+
on 2017-04-20
371371

372372
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
373373
</span>

docs/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ <h4 class="modal-title">Search results</h4>
277277
<span class="jsdoc-message">
278278
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a>
279279

280-
on 2017-04-19
280+
on 2017-04-20
281281

282282
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
283283
</span>

docs/html/quicksearch.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/Middleware.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
'use strict';
2-
/* eslint-disable consistent-this */
32

43
let middlewareManagerHash = [];
54

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "js-middleware",
33
"description": "Powerful Javascript Middleware Pattern Implementation.",
4-
"version": "0.0.9",
4+
"version": "0.1.0",
55
"license": "MIT",
6-
"main": "lib/Middleware.js",
6+
"main": "dist/middleware.js",
77
"repository": "unbug/js-middleware",
88
"author": {
99
"name": "unbug",

0 commit comments

Comments
 (0)