Skip to content

Commit

Permalink
Export js and tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvanes committed Jun 19, 2021
1 parent 23cd388 commit e91a18e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/dockerlist-client/.bsb.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23575
28603
4 changes: 2 additions & 2 deletions packages/dockerlist-client/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@mdworld/homeremote-dockerlist",
"version": "1.8.1",
"main": "./lib/DockerList.gen.js",
"types": "./lib/DockerList.gen.d.ts",
"main": "./src/DockerList.bs.js",
"types": "./src/DockerList.gen.tsx",
"repository": {
"type": "git",
"url": "https://github.com/mdvanes/homeremote-plugins.git"
Expand Down
3 changes: 1 addition & 2 deletions packages/example/src/ExampleApp.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import React, { FC, ReactNode } from "react";
import { action } from "@storybook/addon-actions";
// NOTE only use compiled versions, i.e. from lib! To get a good idea of what use of the modules looks like
import StreamPlayer from "@mdworld/homeremote-stream-player";
// TODO use this one: import { DockerListMod } from "@mdworld/homeremote-dockerlist";
import { DockerListMod } from "../../dockerlist-client/src/DockerList.gen";
import { DockerListMod } from "@mdworld/homeremote-dockerlist";
import { Meta } from "@storybook/react";
import "./storybookStyles.css";
import {
Expand Down

0 comments on commit e91a18e

Please sign in to comment.