Skip to content

Commit

Permalink
removed unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Nov 22, 2015
1 parent 294923d commit 53fc149
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var eslint = require('gulp-eslint');
var excludeGitignore = require('gulp-exclude-gitignore');
var mocha = require('gulp-mocha');
var istanbul = require('gulp-istanbul');
var nsp = require('gulp-nsp');
var plumber = require('gulp-plumber');
var coveralls = require('gulp-coveralls');
var documentation = require('gulp-documentation');
Expand All @@ -25,10 +24,6 @@ gulp.task('static', function () {
.pipe(eslint.failAfterError());
});

gulp.task('nsp', function (cb) {
nsp('package.json', cb);
});

gulp.task('pre-test', function () {
return gulp.src('lib/**/*.js')
.pipe(istanbul({
Expand Down Expand Up @@ -60,5 +55,4 @@ gulp.task('coveralls', ['test'], function () {
.pipe(coveralls());
});

gulp.task('prepublish', ['nsp']);
gulp.task('default', ['static', 'test', 'coveralls']);
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
"commander": "^2.9.0",
"glob": "^6.0.1",
"inquirer": "^0.11.0",
"inquirer-autocomplete-prompt": "^0.1.3",
"mocha": "^2.3.3",
"readline2": "^1.0.1",
"webdriverio": "^3.2.5"
},
"devDependencies": {
Expand All @@ -40,7 +38,6 @@
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.9.0",
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^0.4.5",
"gulp-plumber": "^1.0.0"
},
"scripts": {
Expand Down

0 comments on commit 53fc149

Please sign in to comment.