File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed
Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 1+ ##### 0.3.0 - 17 April 2016
2+
3+ Updated for js-data v3 beta
4+
15##### 0.2.4 - 17 March 2016
26
37Re-worked use of js-data utils
Original file line number Diff line number Diff line change 11{
22 "name" : " js-data-adapter" ,
33 "description" : " Base adapter class that all other js-data adapters extend." ,
4- "version" : " 0.2.4 " ,
4+ "version" : " 0.3.0 " ,
55 "homepage" : " https://github.com/js-data/js-data-adapter" ,
66 "repository" : {
77 "type" : " git" ,
2828 "test" : " npm run build && npm run cover" ,
2929 "repo-tools" : " repo-tools updates && repo-tools changelog && repo-tools authors" ,
3030 "release" : " npm test && npm run repo-tools" ,
31- "ci" : " npm run test && cat coverage/lcov.info | coveralls || true "
31+ "ci" : " npm run test && cat coverage/lcov.info | codecov "
3232 },
3333 "peerDependencies" : {
34- "js-data" : " ^3.0.0-alpha.19 "
34+ "js-data" : " ^3.0.0-beta.1 "
3535 },
3636 "devDependencies" : {
37- "babel-core" : " 6.7.2 " ,
38- "babel-polyfill" : " 6.7.2 " ,
37+ "babel-core" : " 6.7.6 " ,
38+ "babel-polyfill" : " 6.7.4 " ,
3939 "babel-preset-es2015-rollup" : " 1.1.1" ,
4040 "chai" : " 3.5.0" ,
41- "coveralls " : " 2.11.8 " ,
42- "istanbul" : " 0.4.2 " ,
41+ "codecov " : " 1.0.1 " ,
42+ "istanbul" : " 0.4.3 " ,
4343 "js-data-adapter-tests" : " 2.0.0-alpha.16" ,
44- "js-data-repo-tools" : " 0.2 .0" ,
44+ "js-data-repo-tools" : " 0.3 .0" ,
4545 "mocha" : " 2.4.5" ,
46- "rollup" : " 0.25.4 " ,
46+ "rollup" : " 0.25.8 " ,
4747 "rollup-plugin-babel" : " 2.4.0" ,
4848 "sinon" : " 1.17.3" ,
4949 "source-map-support" : " 0.4.0" ,
5050 "watch" : " 0.17.1"
51- }
51+ },
52+ "dependencies" : {}
5253}
You can’t perform that action at this time.
0 commit comments