Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Fix case on typings file (for build on Linux) #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

peterkelly
Copy link

When building an app that uses this module on a case-sensitive
filesystem, such as those used on most Linux systems, the typings file
listed in package.json is not found. The file actually exists, but has
the wrong case.

This commit changes the typings to refer to Speech.Browser.Sdk.d.ts, not
its lower-cased version, so that it will be found correctly on Linux.

Fixes #72

When building an app that uses this module on a case-sensitive
filesystem, such as those used on most Linux systems, the typings file
listed in package.json is not found. The file actually exists, but has
the wrong case.

This commit changes the typings to refer to Speech.Browser.Sdk.d.ts, not
its lower-cased version, so that it will be found correctly on Linux.

Fixes Azure-Samples#72
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant