From d9e874c19e00a8f8b60967923642fb85610edf83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Zaera=20Avell=C3=B3n?= Date: Thu, 28 Sep 2023 10:52:10 +0200 Subject: [PATCH] chore(js-api): readd .js files to npm package JS files are needed for webpack to work at the liferay portal side. Additionally, it's possible that we add some runnable stuff to this package in the future, so we readd js files. --- projects/js-toolkit/packages/js-api/.npmignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/js-toolkit/packages/js-api/.npmignore b/projects/js-toolkit/packages/js-api/.npmignore index 0dbace9bb..20ceb255c 100644 --- a/projects/js-toolkit/packages/js-api/.npmignore +++ b/projects/js-toolkit/packages/js-api/.npmignore @@ -3,6 +3,4 @@ /tsconfig.tsbuildinfo /webpack.config.js -/**/*.js - /*.tgz