Skip to content

Commit

Permalink
chore(*): generate release
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Sharp committed Oct 21, 2015
1 parent dd04a11 commit 6da7a47
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-sails",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"authors": [
"Jan-Oliver Pantel <[email protected]>",
"Evan Sharp <[email protected]>"
Expand Down
7 changes: 2 additions & 5 deletions dist/angular-sails.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* angular-sails
* An angular provider for using the sails socket.io api
* @version v2.0.0-beta.3
* @version v2.0.0-beta.4
* @link https://github.com/janpantel/angular-sails
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
Expand Down Expand Up @@ -632,9 +632,6 @@ function $sailsIo() {
config: req
};

// Nick
// delete serverResponse.headers;

serverResponse.statusText = statusText[serverResponse.status];

if (200 <= serverResponse.status && serverResponse.status < 300) {
Expand Down Expand Up @@ -742,4 +739,4 @@ function socketIo($window) {
return $window.io;
}
socketIo.$inject = ["$window"];
})(window, window.angular);
})(window, window.angular);
8 changes: 8 additions & 0 deletions dist/angular-sails.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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-sails",
"private": true,
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"description": "An angular provider for using the sails socket.io api",
"scripts": {
"build": "gulp build",
Expand Down
2 changes: 0 additions & 2 deletions src/service/$sailsIo.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ function $sailsIo() {
config: req
};

delete serverResponse.headers;

serverResponse.statusText = statusText[serverResponse.status];

if (200 <= serverResponse.status && serverResponse.status < 300) {
Expand Down

0 comments on commit 6da7a47

Please sign in to comment.