drops-install 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drops-install",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "One command to wire the drops MCP server (open-source artifact sharing) into your AI agents — Claude Code, Codex, Cursor, OpenCode.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -27,6 +27,6 @@
27
27
  "node": ">=18"
28
28
  },
29
29
  "dependencies": {
30
- "drops-mcp": "^0.2.1"
30
+ "drops-mcp": "^0.2.2"
31
31
  }
32
32
  }