]> arthur.barton.de Git - atom-ax-pipe.git/blobdiff - package.json
updated selectors and editor to work with latest Atom API
[atom-ax-pipe.git] / package.json
index 013f8a0139696e4aa2156e05bca00d3fba74108e..63934417d6454a8cd0298c256e32460652af56f2 100644 (file)
@@ -3,18 +3,20 @@
   "main": "./lib/pipe",
   "version": "0.3.2",
   "description": "Pipe text in and out of external commands.",
-  "activationEvents": [
-    "pipe:run"
-  ],
+  "activationCommands": {
+    "atom-workspace": "pipe:run"
+  },
   "repository": {
     "type": "git",
     "url": "https://github.com/moshee/atom-pipe"
   },
   "license": "MIT",
   "engines": {
-    "atom": ">0.72.0"
+    "atom": ">0.182.0 <2.0.0"
+  },
+  "dependencies": {
+    "atom-space-pen-views": ">2.0.0"
   },
-  "dependencies": {},
   "readme": "# pipe\n\nSelect text to pipe into external commands and replace it with the output. Sort\nof like `!` in vim. Commands are sent to your `$SHELL`.\n\nDefault keybinding to activate is `cmd-;`.\n\n![pipe in action](https://i.ktkr.us/hoeJ)\n",
   "readmeFilename": "README.md",
   "bugs": {