Skip to content

Commit

Permalink
Release v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brettshollenberger committed Mar 6, 2014
1 parent 0cb6e4f commit 98c2d04
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
6 changes: 0 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-shell');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-ngmin');
grunt.loadNpmTasks('grunt-contrib-uglify');
require('load-grunt-tasks')(grunt, {scope: ['dependencies', 'devDependencies']});


grunt.initConfig({
shell: {
test: {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ActiveResource",
"version": "0.7.5",
"version": "0.7.6",
"authors": [
"Brett Shollenberger <brett.shollenberger@gmail.com>"
],
Expand Down
6 changes: 2 additions & 4 deletions dist/ng-active-resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -1750,10 +1750,8 @@ angular.module('ActiveResource').provider('ARBase', function () {
if (cached !== undefined) {
_this.emit('find:complete', {
instance: cached,
data: {
message: 'Backend not queried. Found in cache',
data: cached
}
data: cached,
message: 'Backend not queried. Found in cache'
});
return deferred(cached);
} else {
Expand Down
2 changes: 1 addition & 1 deletion dist/ng-active-resource.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ActiveResource",
"version": "0.7.5",
"version": "0.7.6",
"description": "RESTful resource modeling",
"main": "index.js",
"author": "Brett Shollenberger <brett@facultycreative.com>",
Expand Down

0 comments on commit 98c2d04

Please sign in to comment.