Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(key-card): add .npmignore to fix npm export
In the absence of an .npmignore file, npm uses .gitignore to determine which files to not publish -- as a result the built distribution was not exported. Ticket: CE-1215
- Loading branch information