mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
1. Renamed form UfrmNGrokOptions to UfrmServerOptions 2. Renamed kmdev-server to just plain server 3. Tidied up npm versioning to use VERSION_WITH_TAG This last point should help avoid confusion as now only CI release builds will ever generate a package.json with a.b.c, a.b.c-alpha or a.b.c-beta. Local and test builds will always have the corresponding -test or -local environment appended. This also helps avoid issues if we accidentally publish an incorrect version.
25 lines
522 B
JSON
25 lines
522 B
JSON
{
|
|
"packages": [
|
|
"common/core/web/input-processor",
|
|
"common/core/web/keyboard-processor",
|
|
"common/core/web/tools/recorder",
|
|
"common/core/web/tools/sentry-manager",
|
|
"common/core/web/utils",
|
|
"developer/js",
|
|
"developer/server",
|
|
"common/models/*",
|
|
"common/predictive-text",
|
|
"resources/gosh",
|
|
"resources/web-environment",
|
|
"web"
|
|
],
|
|
"hoist": [
|
|
"chai",
|
|
"lerna",
|
|
"mocha",
|
|
"mocha-teamcity-reporter",
|
|
"ts-node",
|
|
"typescript"
|
|
],
|
|
"version": "15.0.171"
|
|
}
|