Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
calidion committed Oct 11, 2016
1 parent 2052d83 commit 5167a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ gulp.task('coveralls', ['test'], function () {
});

gulp.task('copy', function () {
return gulp.src('lib/data/**/*.html')
return gulp.src('lib/**/*.html')
.pipe(gulp.dest('dist'));
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "t1bao-notifier",
"version": "0.0.1",
"version": "0.0.2",
"description": "notifier for t1bao",
"homepage": "",
"author": {
Expand Down

0 comments on commit 5167a42

Please sign in to comment.