Skip to content

Commit

Permalink
update .npmignore and tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ilchenko committed Oct 30, 2024
1 parent 4f5327c commit 260df80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
24 changes: 4 additions & 20 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -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
tsconfig*.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 260df80

Please sign in to comment.