Skip to content

Commit

Permalink
doc: Added logo & github link
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Fanger committed Jul 4, 2022
1 parent 08ebd60 commit 7144a7d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![svelte-preprocess-react](./docs/svelte-preprocess-react.svg)](https://www.npmjs.com/package/svelte-preprocess-react)

# Svelte Preprocess React

Seamlessly use React components inside a Svelte app
Expand Down
11 changes: 11 additions & 0 deletions docs/svelte-preprocess-react.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "svelte-preprocess-react",
"description": "Seamlessly use React components inside a Svelte app",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "https://github.com/bfanger/svelte-preprocess-react.git"
},
"version": "0.7.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
import preprocessReact from "./preprocess.js";

export default preprocessReact;

export { default as reactifySvelte } from "./reactifySvelte.js";
export { default as sveltifyReact } from "./sveltifyReact.js";
export { default as useReadable } from "./useReadable.js";
export { default as useWritable } from "./useWritable.js";

0 comments on commit 7144a7d

Please sign in to comment.