super-productivity/packages/plugin-dev/yesterday-tasks-plugin/package.json
Johannes Millan a968b7e9d8 feat(plugin): migrate all plugins from src/assets to plugin-dev directory
- Migrated api-test-plugin, sync-md-plugin, and yesterday-tasks-plugin to new plugin-dev structure
- Updated plugin service to load from both legacy and new locations
- Modified build-all script to handle plugin migration during build
- Maintained backward compatibility by copying built plugins to assets directory
2025-06-24 21:04:26 +02:00

8 lines
213 B
JSON

{
"name": "yesterday-tasks-plugin",
"version": "1.0.0",
"description": "Plugin that shows tasks from yesterday for today's work",
"scripts": {
"build": "echo 'No build needed for simple plugin'"
}
}