Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 57b6f7f

Browse files
author
jwngr
committed
Updated gulp tasks and links to dist files
1 parent e63e053 commit 57b6f7f

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

gulpfile.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,5 @@ gulp.task('test', function() {
6161
});
6262
});
6363

64-
// Tasks to be run within Travis CI
65-
gulp.task('travis', function() {
66-
gulp.start('build', 'test');
67-
});
68-
6964
// Default task
7065
gulp.task('default', ['build', 'test']);

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
],
3030
"repository": "https://github.com/firebase/firebase-queue.git",
3131
"homepage": "https://github.com/firebase/firebase-queue",
32-
"main": "queue.js",
32+
"main": "dist/queue.js",
3333
"files": [
34-
"lib/**",
35-
"queue.js",
34+
"dist/lib/**",
35+
"dist/queue.js",
3636
"LICENSE",
3737
"README.md",
3838
"package.json"
@@ -58,7 +58,7 @@
5858
"sinon-chai": "2.7.0"
5959
},
6060
"scripts": {
61-
"test": "gulp",
62-
"travis": "gulp travis"
61+
"test": "gulp test",
62+
"travis": "gulp"
6363
}
6464
}

0 commit comments

Comments
 (0)