This repository was archived by the owner on Dec 14, 2018. It is now read-only.
File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " slush-biojs" ,
3
- "version" : " 0.2.4 " ,
3
+ "version" : " 0.2.5 " ,
4
4
"description" : " A slush generator for BioJS modules" ,
5
5
"keywords" : [
6
6
" slushgenerator" ,
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ var mocha = require('gulp-mocha');
25
25
var mochaPhantomJS = require ( 'gulp-mocha-phantomjs' ) ; < % } % >
26
26
27
27
// code style
28
- var jshint = require ( 'gulp-jshint' ) ;
29
- var coveralls = require ( 'gulp-coveralls' ) ;
28
+ var jshint = require ( 'gulp-jshint' ) ; < % if ( coverage ) { % >
29
+ var coveralls = require ( 'gulp-coveralls' ) ; < % } % >
30
30
31
31
// gulp helper
32
32
var source = require ( 'vinyl-source-stream' ) ; // converts node streams into vinyl streams
Original file line number Diff line number Diff line change 32
32
},
33
33
"dependencies" : {},
34
34
"devDependencies" : {<% if (vis){ %>
35
- "biojs-sniper" : " ^0.0.4" , <% } %>
36
- "blanket" : " ^1.1.6" ,
35
+ "biojs-sniper" : " ^0.0.4" , <% } %> <% if (coverage){ %>
36
+ "blanket" : " ^1.1.6" , <% } %>
37
37
"browserify" : " 5.x" ,
38
- "chai" : " ^1.9.1" ,
39
- "coveralls" : " ^2.11.1" ,
38
+ "chai" : " ^1.9.1" , <% if (coverage){ %>
39
+ "coveralls" : " ^2.11.1" , <% } %>
40
40
"del" : " ^0.1.3" ,
41
41
"gulp" : " ^3.8.8" ,
42
- "gulp-chmod" : " ^1.1.1" ,
43
- "gulp-coveralls" : " ^0.1.3" ,
42
+ "gulp-chmod" : " ^1.1.1" , <% if (coverage){ %>
43
+ "gulp-coveralls" : " ^0.1.3" , <% } %>
44
44
"gulp-gzip" : " 0.0.8" ,
45
45
"gulp-jshint" : " ^1.8.4" ,
46
46
"gulp-mocha" : " ^1.0.0" , <% if (vis){ %>
55
55
"mocha-lcov-reporter" : " 0.0.1" ,
56
56
"vinyl-source-stream" : " ^1.0.0" ,
57
57
"watchify" : " ^1.0.6"
58
- },
58
+ }, <% if (coverage){ %>
59
59
"config" : {
60
60
"blanket" : {
61
61
"pattern" : [
66
66
"travis-cov" : {
67
67
"threshold" : 60
68
68
}
69
- },
69
+ }, <% } %>
70
70
"shields" : {
71
71
"test" : {
72
72
"img" : " https://travis-ci.org/<%= userName %>/<%= appNameSlug %>.svg?branch=master" ,
You can’t perform that action at this time.
0 commit comments