Skip to content

Commit f0bf78f

Browse files
committed
Stable Version 3.0.0-alpha.2
1 parent 418f6b4 commit f0bf78f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+988
-1978
lines changed

.bowerrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
node_modules/
21
bower_components/
32

43
.idea/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Copyright (c) 2014-2016 js-data-http project authors
9595

9696
[sl_b]: http://slack.js-data.io/badge.svg
9797
[sl_l]: http://slack.js-data.io
98+
[so]: http://stackoverflow.com/questions/tagged/jsdata
9899
[npm_b]: https://img.shields.io/npm/v/js-data-http.svg?style=flat
99100
[npm_l]: https://www.npmjs.org/package/js-data-http
100101
[circle_b]: https://img.shields.io/circleci/project/js-data/js-data-http/master.svg?style=flat

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
".*",
1818
"*.iml",
1919
"src/",
20-
"lib/",
2120
"doc/",
22-
"guide/",
21+
"build_examples/",
2322
"coverage/",
24-
"Gruntfile.js",
23+
"scripts/",
24+
"junit/",
2525
"node_modules/",
26+
"fetch/",
2627
"node/",
2728
"test/",
2829
"package.json",
2930
"karma.conf.js",
3031
"karma.start.js"
3132
],
3233
"dependencies": {
33-
"axios": "0.5.x",
34-
"js-data": ">=2.0.0"
34+
"js-data": ">=3.0.0-alpha.8"
3535
}
3636
}

circle.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
machine:
22
node:
33
version: 4.1.0
4-
dependencies:
5-
pre:
6-
- bower install
7-
cache_directories:
8-
- "bower_components"
94
test:
105
override:
116
- npm run ci
127
general:
138
artifacts:
149
- "dist"
10+
- "fetch/dist"
1511
- "coverage"

dist/js-data-fetch.min.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)