spiegel-keyman/core
Marc Durdin 3265a714f2 chore(common): add missing deps and files for npm publish
The build/ folder for most packages was missing due to being listed in
.gitignore.

Also, @keymanapp/ldml-keyboard-constants package was not being published
despite being a dependency of @keymanapp/kmc-keyboard.

Instead of relying on npm's use of .gitignore / .npmignore (which has
seriously wonky behaviours), we list the files that should be included
in package.json.

NPM Wonky behaviours: it seems that .npmignore causes .gitignore in the
same folder to be ignored. But, higher level .gitignore files still
affect the files included in the package, which makes
specification-by-exclusion painful (negating exclusions, etc). We do not
recommend use of .npmignore anywhere for this reason.
2023-04-12 14:05:05 +07:00
..
doc chore(core): rename json.hpp to jsonpp.hpp 2022-07-26 13:06:16 +10:00
include chore(common): add missing deps and files for npm publish 2023-04-12 14:05:05 +07:00
src chore: Merge branch 'feature-kmcompx' into chore/merge-master-into-kmcompx 2023-03-16 12:29:17 +07:00
tests chore(core): move test_assert.h and test_color.h to common 2023-04-10 15:21:45 +07:00
tools/ldml-const-builder chore: rewrite extra standard build script prolog 2023-02-23 08:09:41 +07:00
.build-builder chore(core): add core/.build-builder as CI signal 2022-09-12 10:06:29 +10:00
.gitignore chore(core): split flags into standard.meson.build 2023-03-09 11:34:54 +07:00
build.bat chore: move from vcvarsall.bat to vsdevcmd.bat 2023-02-22 09:43:17 +07:00
build.sh chore: Merge branch 'feature-kmcompx' into chore/merge-master-into-feature-kmcompx-a17s9 2023-03-23 10:08:59 +07:00
commands.inc.sh chore(common): define BUILDER_CONFIGURATION env var 2023-03-23 09:21:55 +07:00
cross-mac-arm64.build feat(core): build both archs for mac 2023-03-01 13:02:48 +07:00
cross-mac-x86_64.build feat(core): build both archs for mac 2023-03-01 13:02:48 +07:00
getversion.bat chore(common): adjust scripts for core relocation 2022-05-18 07:22:11 +10:00
getversion.sh chore(linux): Refactor scripts and packaging 2023-02-14 09:42:13 +01:00
meson.build chore(core): split flags into standard.meson.build 2023-03-09 11:34:54 +07:00
meson_options.txt chore(core): cleanup meson build 2023-02-21 12:12:28 +07:00
wasm.build.linux.in refactor(core): consolidate wasm defs 2023-03-10 13:50:24 +07:00
wasm.build.mac.in refactor(core): consolidate wasm defs 2023-03-10 13:50:24 +07:00
wasm.build.win.in refactor(core): consolidate wasm defs 2023-03-10 13:50:24 +07:00
wasm.defs.build refactor(core): consolidate wasm defs 2023-03-10 13:50:24 +07:00