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 committed Feb 20, 2020
2 parents 4b10388 + 5acd6cb commit e04d5da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_modules
*.sw*
npm-shrinkwrap.json
dist
ts3.5
.tern-port
*.DS_Store
.cache
Expand Down
9 changes: 1 addition & 8 deletions addons/centered/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,5 @@
"react-dom": "*",
"regenerator-runtime": "*"
},
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff",
"typesVersions": {
"<=3.5": {
"*": [
"ts3.5/*"
]
}
}
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
}
1 change: 1 addition & 0 deletions scripts/reset.js
Original file line number Diff line number Diff line change
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 e04d5da

Please sign in to comment.