packaging: fix swagger-ui-dist entry point

Entry point was missing. This change allows importing SwaggerUIBundle
and SwaggerUIStandalonePreset directly from package. Correct entry point
is also needed for module bundlers like webpack to perform tree-shaking.
This commit is contained in:
Roman Bolshakov
2017-05-25 10:39:19 +03:00
committed by Kyle Shockey
parent 41d8089d0e
commit b23c999d01
4 changed files with 11 additions and 4 deletions

View File

@@ -18,4 +18,4 @@ else
npm pack .
fi
find . -not -name .npmignore -not -name .npmrc -not -name deploy.sh -not -name package.json -not -name README.md -not -name *.tgz -delete
find . -not -name .npmignore -not -name .npmrc -not -name deploy.sh -not -name index.js -not -name package.json -not -name README.md -not -name *.tgz -delete