Skip to content

Commit c44be87

Browse files
committed
Stable version 0.4.0.
Upgraded to angular-data v0.10.2.
1 parent 6559876 commit c44be87

10 files changed

Lines changed: 2122 additions & 1696 deletions

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ before_script:
1111
- sh -e /etc/init.d/xvfb start
1212
script:
1313
- grunt ci
14+
- grunt coveralls || true

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ module.exports = function (grunt) {
100100
'uglify:dist'
101101
]);
102102
grunt.registerTask('default', ['build']);
103+
grunt.registerTask('go', ['build', 'watch']);
103104

104105
// Used by TravisCI
105-
grunt.registerTask('ci', ['build', 'karma:ci', 'coveralls']);
106+
grunt.registerTask('ci', ['build', 'karma:ci']);
106107
};

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Jason Dobry",
33
"name": "angular-data-mocks",
44
"description": "A mock of angular-data for testing purposes.",
5-
"version": "0.3.2",
5+
"version": "0.4.0",
66
"homepage": "https://github.com/jmdobry/angular-data-mocks/",
77
"repository": {
88
"type": "git",
@@ -23,8 +23,8 @@
2323
"karma.start.js"
2424
],
2525
"devDependencies": {
26-
"angular": "~1.2.16",
27-
"angular-mocks": "~1.2.16",
28-
"angular-data": "~0.8.1"
26+
"angular": "~1.2.20",
27+
"angular-mocks": "~1.2.20",
28+
"angular-data": "~0.10.2"
2929
}
3030
}

0 commit comments

Comments
 (0)