Skip to content

Commit

Permalink
grunt build
Browse files Browse the repository at this point in the history
  • Loading branch information
tanqhnguyen committed Apr 9, 2014
1 parent 7d29650 commit 3d89248
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "backbone.supermodel",
"version": "1.1.12",
"version": "1.1.13",
"main": "src/backbone.supermodel.js",
"ignore": [
"source",
Expand Down
1 change: 1 addition & 0 deletions build/backbone.supermodel.amd.js
Expand Up @@ -354,6 +354,7 @@
this.unset(key);
}
}
return this;
}
});

Expand Down
4 changes: 2 additions & 2 deletions build/backbone.supermodel.amd.min.js

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

1 change: 1 addition & 0 deletions build/backbone.supermodel.js
Expand Up @@ -344,6 +344,7 @@ Backbone.SuperModel = (function(_, Backbone){
this.unset(key);
}
}
return this;
}
});

Expand Down
4 changes: 2 additions & 2 deletions build/backbone.supermodel.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
@@ -1,7 +1,7 @@
{
"name": "backbone.supermodel",
"description": "An improved Backbone.Model with a bunch of extra features",
"version": "1.1.12",
"version": "1.1.13",
"devDependencies": {
"grunt-preprocess": "~4.0.0",
"grunt": "~0.4.2",
Expand Down

0 comments on commit 3d89248

Please sign in to comment.