Skip to content

Commit

Permalink
[bugfix] nsp package is broken right now
Browse files Browse the repository at this point in the history
  • Loading branch information
stephantabor committed Nov 7, 2015
1 parent dce2bf6 commit 38c9822
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ gulp.task('babel', function () {
.pipe(gulp.dest('dist'));
});

gulp.task('prepublish', ['nsp', 'babel']);
// nsp is broke right now
gulp.task('prepublish', [/* 'nsp',*/'babel']);
gulp.task('default', ['static', 'test', 'coveralls']);

0 comments on commit 38c9822

Please sign in to comment.