Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf authored Apr 29, 2018
2 parents c661457 + ec46759 commit 5d7e872
Show file tree
Hide file tree
Showing 20 changed files with 3,677 additions and 3,917 deletions.
10 changes: 8 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"stage": 0,
"optional": [ "runtime" ]
"presets": [
[ "env", {
"targets": {
"node": "8.6"
}
}]
],
"plugins": [ "transform-runtime" ]
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 8
- 9
- 10
env:
- DEBUG=zombie
notifications:
Expand Down
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gulp.task('default', ['watch']);

// gulp lint -> errors if code dirty
gulp.task('lint', function () {
return gulp.src([ 'js/**/*.js', 'test/*.js' ])
return gulp.src([ 'src/**/*.js', 'test/*.js' ])
.pipe(eslint())
.pipe(eslint.formatEach())
.pipe(eslint.failOnError());
Expand Down
Loading

0 comments on commit 5d7e872

Please sign in to comment.