Skip to content

Commit

Permalink
Update build file to not account for a root index.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jan 26, 2016
1 parent da94fe1 commit de9d239
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- v0.10
- v0.12
- v4
- v5
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ gulp.task('nsp', function (cb) {

gulp.task('pre-test', function () {
return gulp.src([
'index.js',
'lib/**/*.js'
])
.pipe(istanbul({includeUntested: true}))
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"homepage": "http://yeoman.io",
"author": "Yeoman",
"files": [
"index.js",
"lib"
],
"main": "lib/index.js",
Expand Down

0 comments on commit de9d239

Please sign in to comment.