From 260df80d41299fa341096937b525e3a0501de203 Mon Sep 17 00:00:00 2001 From: Vlad Ilchenko Date: Wed, 30 Oct 2024 19:11:27 +0100 Subject: [PATCH] update .npmignore and tsconfig --- .npmignore | 24 ++++-------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 21 deletions(-) diff --git a/.npmignore b/.npmignore index 874e562..77c4ccd 100644 --- a/.npmignore +++ b/.npmignore @@ -1,25 +1,9 @@ -build/examples +src/ node_modules/ -examples/ -h5p/ -test/ +tsconfig.build.json +assets/ .github/ -.vscode/ -.editorconfig -.gitignore -.prettierrc -CODE-OF-CONDUCT.md jest.*.js __tests__ -.env -src/ scripts/ -assets/ -.circleci/ -release.config.js -renovate.json -tsconfig*.json -Dockerfile -commitlint.config.js -.dockerignore -.eslintrc.js \ No newline at end of file +tsconfig*.json \ No newline at end of file diff --git a/package.json b/package.json index 93615fa..b2d9585 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atmoschool/h5p-server", - "version": "9.3.12", + "version": "9.3.13", "description": "A community re-implementation of the H5P server", "license": "GPL-3.0-or-later", "publishConfig": {