@rpg-engine/long-bow 0.2.48 → 0.2.50

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/long-bow",
3
- "version": "0.2.48",
3
+ "version": "0.2.50",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -144,9 +144,5 @@ export const generateContextMenu = (
144
144
  }
145
145
  }
146
146
 
147
- if (item.hasUseWith) {
148
- contextActionMenu.push({ id: 'use-with', text: 'Use With...' });
149
- }
150
-
151
147
  return contextActionMenu;
152
148
  };