Skip to content

Commit a7573fe

Browse files
committed
Added DS.ejectAll. #34
1 parent ed508f0 commit a7573fe

File tree

11 files changed

+620
-63
lines changed

11 files changed

+620
-63
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,5 +279,5 @@ module.exports = function (grunt) {
279279
grunt.registerTask('default', ['build']);
280280

281281
// Used by TravisCI
282-
grunt.registerTask('ci', ['build', 'karma:ci', 'coveralls', 'doc']);
282+
grunt.registerTask('ci', ['build', 'karma:ci', /*'coveralls', */'doc']);
283283
};

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Jason Dobry",
33
"name": "angular-data",
44
"description": "Data store for Angular.js.",
5-
"version": "0.6.0",
5+
"version": "0.7.0",
66
"homepage": "http://jmdobry.github.io/angular-data/",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)