Skip to content

Commit

Permalink
#fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan committed Aug 29, 2017
1 parent 3f25f50 commit ddaf9f4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-linq",
"version": "1.0.5",
"version": "1.0.6",
"homepage": "https://github.com/alansferreira/ngLinq",
"authors": [
"Alan <alan.da.silva.ferreira@hotmail.com>"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gulp.task('bump', function(){

gulp.task('compress-js', function () {
// returns a Node.js stream, but no handling of error messages
return gulp.src('src/ngLinq.js')
return gulp.src('src/angular-linq.js')
.pipe(uglify())
.pipe(rename({ suffix: '.min' }))
.pipe(gulp.dest('./dist'));
Expand Down
1 change: 1 addition & 0 deletions output/npm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
+ angular-linq@1.0.6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-linq",
"version": "1.0.5",
"version": "1.0.6",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
File renamed without changes.

0 comments on commit ddaf9f4

Please sign in to comment.