Skip to content

Commit

Permalink
Merge pull request #490 from dolanmiu/feat/fix-exports
Browse files Browse the repository at this point in the history
Add type and node type definition exports
  • Loading branch information
dolanmiu authored Jan 11, 2020
2 parents e9579d7 + 2ee918b commit 61b0183
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"types": "./build/index.d.ts",
"dependencies": {
"@types/jszip": "^3.1.4",
"@types/node": "^13.1.6",
"jszip": "^3.1.5",
"shortid": "^2.2.15",
"xml": "^1.0.1",
Expand Down
1 change: 1 addition & 0 deletions src/file/styles/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./styles";
export * from "./style/character-style";
export * from "./style/paragraph-style";
export * from "./style-options";

0 comments on commit 61b0183

Please sign in to comment.