Skip to content

Commit

Permalink
feat(http): remove
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Oct 7, 2016
1 parent 1700ac5 commit 6a2f171
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Examples of effects include: performing
[localstorage][localstorage].

```js
const http = require('choo/http')
const http = require('xhr')
const choo = require('choo')
const app = choo()
app.model({
Expand Down
1 change: 0 additions & 1 deletion http.js

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
],
"files": [
"index.js",
"http.js",
"html.js",
"dist/"
],
Expand All @@ -42,7 +41,6 @@
"hash-match": "^1.0.2",
"nanoraf": "^2.1.1",
"sheet-router": "^4.0.0-0",
"xhr": "^2.2.0",
"xtend": "^4.0.1",
"yo-yo": "^1.2.2"
},
Expand Down

0 comments on commit 6a2f171

Please sign in to comment.