Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
update bower + npm to v0.1.10-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
pbernasconi committed Jan 4, 2015
1 parent c82f83f commit 9e48914
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngCordova",
"version": "0.1.9-alpha",
"version": "0.1.10-alpha",
"homepage": "http://ngCordova.com/",
"authors": [
"Max Lynch <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion demo/www/lib/ngCordova/dist/ng-cordova.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* ngCordova
* v0.1.9-alpha
* v0.1.10-alpha
* Copyright 2014 Drifty Co. http://drifty.com/
* See LICENSE in this repository for license information
*/
Expand Down
6 changes: 6 additions & 0 deletions demo/www/lib/ngCordova/dist/ng-cordova.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ng-cordova-mocks.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* ngCordova
* v0.1.9-alpha
* v0.1.10-alpha
* Copyright 2014 Drifty Co. http://drifty.com/
* See LICENSE in this repository for license information
*/
Expand Down
6 changes: 6 additions & 0 deletions dist/ng-cordova-mocks.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ng-cordova.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* ngCordova
* v0.1.9-alpha
* v0.1.10-alpha
* Copyright 2014 Drifty Co. http://drifty.com/
* See LICENSE in this repository for license information
*/
Expand Down
6 changes: 6 additions & 0 deletions dist/ng-cordova.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gulp.task('build', function () {
.pipe(header(buildConfig.banner))
.pipe(gulp.dest(buildConfig.dist))
.pipe(uglify())
.pipe(header(buildConfig.banner))
.pipe(rename({
extname: '.min.js'
}))
Expand All @@ -38,6 +39,7 @@ gulp.task('build', function () {
.pipe(gulp.dest(buildConfig.dist))
.pipe(gulp.dest(buildConfig.demo.ngCordova))
.pipe(uglify())
.pipe(header(buildConfig.banner))
.pipe(rename({extname: '.min.js'}))
.pipe(gulp.dest(buildConfig.dist))
.pipe(gulp.dest(buildConfig.demo.ngCordova));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ng-cordova",
"private": false,
"main": "dist/ng-cordova",
"version": "0.1.9-alpha",
"version": "0.1.10-alpha",
"repository": {
"url": "git://github.com/driftyco/ng-cordova.git"
},
Expand Down

0 comments on commit 9e48914

Please sign in to comment.