File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ service_name : travis-pro
2
+ repo_token : RYtcZjwjolY7R6ZsTRH3Z94Ld9Bw1pKxB
Original file line number Diff line number Diff line change 1
1
# postcss-processor-splicer
2
2
Allow your postcss plugin pipeline to be modified like an array.
3
3
4
+ [ ![ npm] ( https://nodei.co/npm/postcss-processor-splicer.png?downloads=true )] ( https://www.npmjs.org/package/postcss-processor-splicer )
5
+
6
+ [ ![ version] ( https://img.shields.io/npm/v/postcss-processor-splicer.svg )] ( https://www.npmjs.org/package/postcss-processor-splicer )
7
+ [ ![ status] ( https://travis-ci.org/zoubin/postcss-processor-splicer.svg?branch=master )] ( https://travis-ci.org/zoubin/postcss-processor-splicer )
8
+ [ ![ coverage] ( https://img.shields.io/coveralls/zoubin/postcss-processor-splicer.svg )] ( https://coveralls.io/github/zoubin/postcss-processor-splicer )
9
+ [ ![ dependencies] ( https://david-dm.org/zoubin/postcss-processor-splicer.svg )] ( https://david-dm.org/zoubin/postcss-processor-splicer )
10
+ [ ![ devDependencies] ( https://david-dm.org/zoubin/postcss-processor-splicer/dev-status.svg )] ( https://david-dm.org/zoubin/postcss-processor-splicer#info=devDependencies )
11
+
4
12
## Example
5
13
6
14
``` javascript
Original file line number Diff line number Diff line change 32
32
"gulp" : " ^3.9.0" ,
33
33
"gulp-eslint" : " ^1.0.0" ,
34
34
"gulp-istanbul" : " ^0.10.1" ,
35
- "gulp-tape" : " 0.0.4 " ,
35
+ "gulp-tape" : " 0.0.5 " ,
36
36
"tap-spec" : " ^4.1.0" ,
37
37
"tape" : " ^4.2.0" ,
38
38
"task-tape" : " ^1.0.0"
You can’t perform that action at this time.
0 commit comments