File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
- # Pagelet [ ![ Build Status ] [ status ]] ( https://travis-ci.org/bigpipe/pagelet ) [ ![ NPM version ] [ npmimgurl ]] ( http://badge.fury.io/js/pagelet ) [ ![ Coverage Status ] [ coverage ]] ( http://coveralls.io/r/bigpipe/pagelet?branch=master )
1
+ # Pagelet
2
2
3
- [ status ] : https://travis-ci.org/bigpipe/pagelet.png
4
- [ npmimgurl ] : https://badge.fury.io/js/pagelet.png
5
- [ coverage ] : http://coveralls.io/repos/bigpipe/pagelet/badge.png?branch=master
3
+ [ ![ Version npm] [ version ]] ( http://browsenpm.org/package/pagelet ) [ ![ Build Status] [ build ]] ( https://travis-ci.org/bigpipe/pagelet ) [ ![ Dependencies] [ david ]] ( https://david-dm.org/bigpipe/pagelet ) [ ![ Coverage Status] [ cover ]] ( https://coveralls.io/r/bigpipe/pagelet?branch=master )
4
+
5
+ [ version ] : http://img.shields.io/npm/v/pagelet.svg?style=flat-square
6
+ [ build ] : http://img.shields.io/travis/bigpipe/pagelet/master.svg?style=flat-square
7
+ [ david ] : https://img.shields.io/david/bigpipe/pagelet.svg?style=flat-square
8
+ [ cover ] : http://img.shields.io/coveralls/bigpipe/pagelet/master.svg?style=flat-square
6
9
7
10
## Installation
8
11
@@ -276,8 +279,8 @@ left behind.
276
279
277
280
``` js
278
281
Pagelet .extend ({
279
- if : function conditional (req , next ) {
280
- next (false );
282
+ if : function conditional (req , next ) {
283
+ next (false );
281
284
},
282
285
remove: false
283
286
}).on (module );
You can’t perform that action at this time.
0 commit comments