Skip to content

Commit

Permalink
Adds can-connect-ndjson as an ecosystem package
Browse files Browse the repository at this point in the history
This adds back can-connect-ndjson, which is now compatible with canjs 5.
  • Loading branch information
matthewp committed Aug 24, 2018
1 parent fa94249 commit c223f33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ecosystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export { default as connectFeathers } from "./es/can-connect-feathers";
export { default as connectTag } from "./es/can-connect-tag";
export { default as fixtureSocket } from "./es/can-fixture-socket";
export { default as ndjsonStream } from "./es/can-ndjson-stream";
export { default as connectNDJSON } from "./es/can-connect-ndjson";


// Routing
Expand Down
1 change: 1 addition & 0 deletions es/can-connect-ndjson.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {default} from "can-connect-ndjson";
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"can-compute": "4.1.0",
"can-connect": "3.0.2",
"can-connect-feathers": "5.0.0",
"can-connect-ndjson": "1.0.0",
"can-connect-tag": "1.0.0",
"can-construct": "3.5.1",
"can-construct-super": "3.2.0",
Expand Down

0 comments on commit c223f33

Please sign in to comment.