Skip to content

Commit

Permalink
Merge pull request #9907 from storybookjs/fix-ts-export-for-addon-cen…
Browse files Browse the repository at this point in the history
…tered

Centered: remove `typesVersions` attribute
  • Loading branch information
ndelangen authored and shilman committed Feb 25, 2020
1 parent 0395223 commit 5d2c9bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,6 +7,7 @@ node_modules
*.sw*
npm-shrinkwrap.json
dist
ts3.5
.tern-port
*.DS_Store
.cache
Expand Down
13 changes: 5 additions & 8 deletions addons/centered/package.json
Expand Up @@ -42,12 +42,9 @@
"preact": "*",
"react": "*"
},
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff",
"typesVersions": {
"<=3.5": {
"*": [
"ts3.5/*"
]
}
}
"peerDependencies": {
"react-dom": "*",
"regenerator-runtime": "*"
},
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
}
1 change: 1 addition & 0 deletions scripts/reset.js
Expand Up @@ -28,6 +28,7 @@ cleaningProcess.stdout.on('data', data => {
if (
uri.match(/node_modules/) ||
uri.match(/dist/) ||
uri.match(/ts3\.5/) ||
uri.match(/\.cache/) ||
uri.match(/dll/)
) {
Expand Down

0 comments on commit 5d2c9bf

Please sign in to comment.