mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Small fix to not include handlebars runtime
This commit is contained in:
parent
760e1bd72c
commit
5e21a372ee
@ -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",
|
||||
|
||||
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user