diff --git a/bower.json b/bower.json index fc65735..8d5bf58 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-linq", - "version": "1.0.5", + "version": "1.0.6", "homepage": "https://github.com/alansferreira/ngLinq", "authors": [ "Alan " diff --git a/dist/ngLinq.min.js b/dist/angular-linq.min.js similarity index 100% rename from dist/ngLinq.min.js rename to dist/angular-linq.min.js diff --git a/gulpfile.js b/gulpfile.js index 93a791d..d6a78bd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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')); diff --git a/output/npm b/output/npm index e69de29..760c06a 100644 --- a/output/npm +++ b/output/npm @@ -0,0 +1 @@ ++ angular-linq@1.0.6 diff --git a/package.json b/package.json index 33eb221..e2a856d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-linq", - "version": "1.0.5", + "version": "1.0.6", "description": "", "main": "index.js", "scripts": { diff --git a/src/ngLinq.js b/src/angular-linq.js similarity index 100% rename from src/ngLinq.js rename to src/angular-linq.js