Skip to content

Commit 181490c

Browse files
committed
Publish typings folder on npm
1 parent 7e4f223 commit 181490c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/draft-js-export-html/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"typings": "typings/index.d.ts",
88
"files": [
99
"lib",
10-
"esm"
10+
"esm",
11+
"typings"
1112
],
1213
"scripts": {
1314
"release": "npm run build && npm publish",

packages/draft-js-import-html/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"typings": "typings/index.d.ts",
88
"files": [
99
"lib",
10-
"esm"
10+
"esm",
11+
"typings"
1112
],
1213
"scripts": {
1314
"release": "npm run build && npm publish",

0 commit comments

Comments
 (0)