Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: js-data/js-data-http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.1
Choose a base ref
...
head repository: js-data/js-data-http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 25, 2018

  1. Copy the full SHA
    c1b97b7 View commit details

Commits on Nov 3, 2018

  1. Copy the full SHA
    8343e2b View commit details
Showing with 4 additions and 5 deletions.
  1. +4 −5 package.json
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -69,14 +69,12 @@
"test": "npm run build && npm run karma && npm run karma_fetch && npm run cover",
"release": "npm test && npm run doc && repo-tools updates && repo-tools changelog && repo-tools authors"
},
"dependencies": {
"js-data": "3.x.x",
"js-data-adapter": "1.x.x",
"karma-sauce-launcher": "^1.2.0"
},
"peerDependencies": {
"js-data": ">= 3.0.0"
},
"dependencies": {
"js-data-adapter": "1.x.x"
},
"devDependencies": {
"axios": "0.16.2",
"babel-eslint": "^7.2.3",
@@ -96,6 +94,7 @@
"karma-chai": "0.1.0",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-sauce-launcher": "^1.2.0",
"karma-sinon": "1.0.5",
"mocha": "^3.4.2",
"phantomjs-prebuilt": "^2.1.14",