spiegel-keyman/core/include/ldml
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
..
.gitignore Revert "Revert "feat(core): turn @keymanapp/ldml-keyboard-constants into a module 🙀"" 2022-08-24 14:32:22 +10:00
build.sh chore(common): add missing deps and files for npm publish 2023-04-12 14:05:05 +07:00
keyboardprocessor_ldml.h spec(core): ldml tests for either shift/ctrl/alt 🙀 2023-03-02 17:13:47 -06:00
keyboardprocessor_ldml.ts spec(core): ldml tests for either shift/ctrl/alt 🙀 2023-03-02 17:13:47 -06:00
ldml-const-builder.ts feat(common): ldml modifier support 🙀 2023-02-03 18:54:22 -06:00
package.json chore(common): add missing deps and files for npm publish 2023-04-12 14:05:05 +07:00
tsconfig.build.json fix(core): ldml: fix const builder 🙀 2022-11-02 13:33:00 -05:00
tsconfig.json chore(core): changes ldml tsconfig to es2020 🙀 2022-09-20 06:49:56 +10:00