Skip to content

Commit 5815cd1

Browse files
committed
Remove lp-requests functions
1 parent 53b8c55 commit 5815cd1

File tree

5 files changed

+5
-46
lines changed

5 files changed

+5
-46
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Lightweight API library and middleware for redux applications.
88
## Usage
99
Documentation and usage information can be found in [docs.md](docs.md). These docs are auto-generated from inline [JSDoc-style](http://usejsdoc.org/) comments using [documentation.js](https://github.com/documentationjs/documentation). Any changes or additions to this library should be accompanied by corresponding changes to the docs, which can be compiled using `yarn run docs`.
1010

11-
In addition to the functions specified in the docs, this module also exports
12-
`api`, `http` and `HttpError` from [lp-requests](https://github.com/LaunchPadLab/lp-requests).
13-
1411
## Feature Requests
1512
For new features, please submit an issue or PR with the label of `idea`, and include a description of the change and why it is necessary.
1613

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"rimraf": "^2.5.4"
5858
},
5959
"dependencies": {
60-
"@launchpadlab/lp-requests": "^1.2.0",
60+
"@launchpadlab/lp-requests": "^1.3.0",
6161
"@launchpadlab/lp-utils": "^2.6.11",
6262
"babel-preset-react": "^6.24.1",
6363
"es6-symbol": "^3.1.1",

src/index.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,4 @@ export { default as onResponse } from './on-response'
1212
export { default as reducer } from './reducer'
1313
export { default as requestWithKey } from './request-with-key'
1414
export { default as selectStatus } from './select-status'
15-
export { default as setFromRequest } from './set-from-request'
16-
export {
17-
api,
18-
http,
19-
HttpError
20-
} from './requests'
15+
export { default as setFromRequest } from './set-from-request'

src/requests.js

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

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# yarn lockfile v1
33

44

5-
"@launchpadlab/lp-requests@^1.2.0":
6-
version "1.2.0"
7-
resolved "https://registry.yarnpkg.com/@launchpadlab/lp-requests/-/lp-requests-1.2.0.tgz#7056515bb625ed928bd2734fb09bdb03b92c51ad"
5+
"@launchpadlab/lp-requests@^1.3.0":
6+
version "1.3.0"
7+
resolved "https://registry.yarnpkg.com/@launchpadlab/lp-requests/-/lp-requests-1.3.0.tgz#8f76cad6a2834148ec09d07084561d3d244c8aa8"
88
dependencies:
99
babel-preset-react "^6.24.1"
1010
humps "^2.0.0"

0 commit comments

Comments
 (0)