mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 07:24:07 +01:00
- Clone @wekanteam/meteor-reactive-cache to npm-packages/ - Add .meteorignore to exclude npm-packages from Meteor - Update package.json to use local file path This allows direct modification of the package for Meteor 3.0 async migration while maintaining publishability to npm.
3 lines
172 B
JavaScript
3 lines
172 B
JavaScript
export { default as DataCache } from './DataCache';
|
|
export { default as ReactiveCache } from './ReactiveCache';
|
|
export { default as reactiveField } from './reactiveField';
|