Skip to content

Commit

Permalink
feat: update npm packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
bingnz committed Nov 27, 2017
1 parent 4007907 commit 3120eb1
Show file tree
Hide file tree
Showing 7 changed files with 1,646 additions and 834 deletions.
9 changes: 3 additions & 6 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ var through2 = require('through2');
var os = require('os');
var lazypipe = require('lazypipe');
var remapIstanbul = require('remap-istanbul/lib/gulpRemapIstanbul');
var babel = require('babel-core/register');

var tsProject = plugins.typescript.createProject('tsconfig.json', {
typescript: require('typescript')
Expand Down Expand Up @@ -54,11 +53,9 @@ gulp.task('test-and-coverage', ['pre-test'], function () {
.pipe(plugins.mocha({
reporter: 'spec',
require: [
'babel-polyfill'
],
compilers: {
js: babel
},
'babel-polyfill',
'babel-core/register'
]
}))
.pipe(plugins.istanbul.writeReports());
});
Expand Down
Loading

0 comments on commit 3120eb1

Please sign in to comment.