-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(headers): Add default headers and merging of request headers.
- Loading branch information
1 parent
d086135
commit ffb337f
Showing
7 changed files
with
173 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"name": "angular-sails", | ||
"version": "1.1.0", | ||
"version": "2.0.0-beta.2", | ||
"authors": [ | ||
"Jan-Oliver Pantel <[email protected]>" | ||
"Jan-Oliver Pantel <[email protected]>", | ||
"Evan Sharp <[email protected]>" | ||
], | ||
"description": "An angular provider for using the sails socket.io api", | ||
"main": "./dist/angular-sails.js", | ||
|
@@ -16,7 +17,7 @@ | |
"api" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/kyjan/angular-sails", | ||
"homepage": "https://github.com/janpantel/angular-sails", | ||
"dependencies": { | ||
"angular": ">=1.2.*", | ||
"socket.io-client": ">=1.3.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,27 @@ | ||
{ | ||
"name": "angular-sails", | ||
"private": true, | ||
"version": "1.1.0", | ||
"version": "2.0.0-beta.2", | ||
"description": "An angular provider for using the sails socket.io api", | ||
"scripts": { | ||
"build": "gulp build-js", | ||
"build": "gulp build", | ||
"test": "gulp test" | ||
}, | ||
"main": "dist/angular-sails.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/kyjan/angular-sails.git" | ||
}, | ||
"author": "Jan-Oliver Pantel <[email protected]>", | ||
"author": "Jan-Oliver Pantel <[email protected]>", | ||
"contributors": [ | ||
"Jan-Oliver Pantel <[email protected]>", | ||
"Evan Sharp <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/kyjan/angular-sails/issues" | ||
"url": "https://github.com/janpantel/angular-sails/issues" | ||
}, | ||
"homepage": "https://github.com/kyjan/angular-sails", | ||
"homepage": "https://github.com/janpantel/angular-sails", | ||
"devDependencies": { | ||
"chai": "^1.10.0", | ||
"gulp": "^3.5.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters