-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
1,925 additions
and
1,856 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 |
---|---|---|
|
@@ -5,4 +5,6 @@ bower_components/ | |
*.iml | ||
|
||
coverage/ | ||
junit/ | ||
junit/ | ||
doc/ | ||
node_modules/ |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# Names should be added to this file as: | ||
# [commit count] Name <email address> | ||
1 InternalFX <[email protected]> | ||
53 Jason Dobry <[email protected]> | ||
66 Jason Dobry <[email protected]> | ||
1 Josh Drake <[email protected]> | ||
1 RobertHerhold <[email protected]> | ||
3 Tomás Fox <[email protected]> |
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,16 +1,12 @@ | ||
{ | ||
"name": "js-data-http", | ||
"description": "HTTP adapter for js-data.", | ||
"homepage": "http://www.js-data.io/docs/dshttpadapter", | ||
"description": "HTTP (XHR) adapter for js-data in the browser.", | ||
"homepage": "https://github.com/js-data/js-data-http", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/js-data/js-data-http.git" | ||
}, | ||
"author": { | ||
"name": "Jason Dobry", | ||
"url": "http://www.pseudobry.com", | ||
"email": "[email protected]" | ||
}, | ||
"author": "js-data-http project authors", | ||
"main": "./dist/js-data-http.js", | ||
"ignore": [ | ||
".idea/", | ||
|
@@ -31,6 +27,6 @@ | |
"karma.start.js" | ||
], | ||
"dependencies": { | ||
"js-data": ">=3.0.0-alpha.8" | ||
"js-data": ">=3.0.0-alpha.15" | ||
} | ||
} |
Oops, something went wrong.