]> arthur.barton.de Git - atom-ax-pipe.git/blobdiff - package.json
Merge branches 'add-gitignore', 'dont-use-transactions' and 'workspace-addBottomPanel...
[atom-ax-pipe.git] / package.json
index 1daf800e83a485f309e411ef6c0345033fb5d05f..63934417d6454a8cd0298c256e32460652af56f2 100644 (file)
@@ -1,20 +1,22 @@
 {
   "name": "pipe",
   "main": "./lib/pipe",
-  "version": "0.3.1",
+  "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": {