From 5e21a372ee579b307224d2bd282fba5e08fcbcef Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Sat, 30 May 2020 15:47:23 +0200 Subject: [PATCH] - Small fix to not include handlebars runtime --- package.json | 2 +- rollup.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0e05cb92..a7d63b80 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/rollup.config.js b/rollup.config.js index 2f3013fa..2edc665c 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -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({