Skip to content

Commit

Permalink
try to fix type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
roginfarrer committed Mar 22, 2020
1 parent 9323891 commit 79876a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
20 changes: 7 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/react-collapsed.esm.js",
"files": [
"dist"
"dist",
"src"
],
"scripts": {
"start": "tsdx watch",
Expand All @@ -33,7 +35,6 @@
"singleQuote": true,
"trailingComma": "es5"
},
"module": "dist/collapse-tsdx.esm.js",
"devDependencies": {
"@babel/core": "^7.8.4",
"@storybook/addon-a11y": "^5.3.17",
Expand Down Expand Up @@ -90,16 +91,6 @@
}
}
},
"release": {
"branches": [
"master",
"next",
{
"name": "beta",
"prerelease": true
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/roginfarrer/react-collapsed.git"
Expand All @@ -117,5 +108,8 @@
"expand",
"hooks",
"auto"
]
],
"engines": {
"node": ">=10"
}
}
1 change: 0 additions & 1 deletion stories/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ export const Collapse = React.forwardRef(
</CollapseContainer>
)
);

0 comments on commit 79876a6

Please sign in to comment.