Skip to content

Commit

Permalink
publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed May 29, 2013
1 parent fdedbc6 commit af7f976
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Jakefile.js
Expand Up @@ -8,7 +8,7 @@ task('build', [], function(debug) {

// a basic smoosh configuration object
smoosh.config({
"VERSION": "0.5.5",
"VERSION": "0.5.6",
"JAVASCRIPT": {
"DIST_DIR": "./",
"backboneCQRS": [
Expand Down
5 changes: 0 additions & 5 deletions backboneCQRS-0.5.5.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion backboneCQRS-0.5.5.js → backboneCQRS-0.5.6.js
Expand Up @@ -368,7 +368,7 @@

// __only change is here__ only allow get!
if (type !== 'GET') {
return options.success();
return options.success(model, null, options);
} else {
origSync(method, model, options);
}
Expand Down
5 changes: 5 additions & 0 deletions backboneCQRS-0.5.6.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
}
, "dependencies": { }
, "devDependencies": {
"smoosh": "0.2.x"
"smoosh": ">=0.2.x"
, "jake": ">=0.0.1"
}
, "scripts": {
Expand Down

0 comments on commit af7f976

Please sign in to comment.