- Small fix to not include handlebars runtime

This commit is contained in:
Ferdi Koomen 2020-05-30 15:47:23 +02:00
parent 760e1bd72c
commit 5e21a372ee
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "openapi-typescript-codegen",
"version": "0.4.0",
"version": "0.4.1",
"description": "NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification.",
"author": "Ferdi Koomen",
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",

View File

@ -50,7 +50,7 @@ export default {
file: './dist/index.js',
format: 'cjs',
},
external: ['fs', 'os', 'util', ...external],
external: ['fs', 'os', 'util', 'handlebars/runtime', ...external],
plugins: [
handlebarsPlugin(),
typescript({