File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,6 @@ before_install:
23
23
24
24
install : true
25
25
26
-
27
- before_script :
28
- # If this command fails and you can't fix it, file an issue and add an exception to .nsprc
29
- - npm run nsp-check
30
-
31
26
script :
32
27
- sh -x ./node_modules/patternfly-eng-release/scripts/_build.sh -a
33
28
Original file line number Diff line number Diff line change 54
54
"karma-phantomjs-launcher" : " ^1.0.0" ,
55
55
"matchdep" : " 0.3.0" ,
56
56
"nsp" : " ^2.6.1" ,
57
- "patternfly-eng-release" : " ^3.26.29 " ,
57
+ "patternfly-eng-release" : " ^3.26.35 " ,
58
58
"semantic-release" : " ^6.3.6"
59
59
},
60
60
"optionalDependencies" : {
83
83
"ngdocs" : " grunt ngdocs" ,
84
84
"ngdocs:view" : " grunt ngdocs:view" ,
85
85
"ngdocs:publish" : " grunt ngdocs:publish" ,
86
- "nsp-check" : " nsp check" ,
87
86
"lint" : " grunt lint" ,
88
87
"test" : " grunt test" ,
89
88
"check" : " grunt check" ,
You can’t perform that action at this time.
0 commit comments