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

Commit 9e48914

Browse files
committed
update bower + npm to v0.1.10-alpha
1 parent c82f83f commit 9e48914

File tree

9 files changed

+25
-5
lines changed

9 files changed

+25
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngCordova",
3-
"version": "0.1.9-alpha",
3+
"version": "0.1.10-alpha",
44
"homepage": "http://ngCordova.com/",
55
"authors": [
66
"Max Lynch <[email protected]>",

demo/www/lib/ngCordova/dist/ng-cordova.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* ngCordova
3-
* v0.1.9-alpha
3+
* v0.1.10-alpha
44
* Copyright 2014 Drifty Co. http://drifty.com/
55
* See LICENSE in this repository for license information
66
*/

demo/www/lib/ngCordova/dist/ng-cordova.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ng-cordova-mocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* ngCordova
3-
* v0.1.9-alpha
3+
* v0.1.10-alpha
44
* Copyright 2014 Drifty Co. http://drifty.com/
55
* See LICENSE in this repository for license information
66
*/

dist/ng-cordova-mocks.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ng-cordova.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* ngCordova
3-
* v0.1.9-alpha
3+
* v0.1.10-alpha
44
* Copyright 2014 Drifty Co. http://drifty.com/
55
* See LICENSE in this repository for license information
66
*/

dist/ng-cordova.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ gulp.task('build', function () {
2525
.pipe(header(buildConfig.banner))
2626
.pipe(gulp.dest(buildConfig.dist))
2727
.pipe(uglify())
28+
.pipe(header(buildConfig.banner))
2829
.pipe(rename({
2930
extname: '.min.js'
3031
}))
@@ -38,6 +39,7 @@ gulp.task('build', function () {
3839
.pipe(gulp.dest(buildConfig.dist))
3940
.pipe(gulp.dest(buildConfig.demo.ngCordova))
4041
.pipe(uglify())
42+
.pipe(header(buildConfig.banner))
4143
.pipe(rename({extname: '.min.js'}))
4244
.pipe(gulp.dest(buildConfig.dist))
4345
.pipe(gulp.dest(buildConfig.demo.ngCordova));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng-cordova",
33
"private": false,
44
"main": "dist/ng-cordova",
5-
"version": "0.1.9-alpha",
5+
"version": "0.1.10-alpha",
66
"repository": {
77
"url": "git://github.com/driftyco/ng-cordova.git"
88
},

0 commit comments

Comments
 (0)