Skip to content

Commit

Permalink
#update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan committed Aug 29, 2017
1 parent ddaf9f4 commit 3a0f34e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-linq",
"version": "1.0.6",
"name": "ng-linq",
"version": "1.0.8",
"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/angular-linq.js')
return gulp.src('src/ng-linq.js')
.pipe(uglify())
.pipe(rename({ suffix: '.min' }))
.pipe(gulp.dest('./dist'));
Expand Down
2 changes: 1 addition & 1 deletion output/npm
Original file line number Diff line number Diff line change
@@ -1 +1 @@
+ angular-linq@1.0.6
+ ng-linq@1.0.8
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-linq",
"version": "1.0.6",
"name": "ng-linq",
"version": "1.0.8",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
File renamed without changes.

0 comments on commit 3a0f34e

Please sign in to comment.