X-Git-Url: https://arthur.barton.de/gitweb/?p=atom-ax-pipe.git;a=blobdiff_plain;f=package.json;h=63934417d6454a8cd0298c256e32460652af56f2;hp=013f8a0139696e4aa2156e05bca00d3fba74108e;hb=HEAD;hpb=74ac4de1afe1ccdcc1117cbc0c152a8be6f16b9e diff --git a/package.json b/package.json index 013f8a0..6393441 100644 --- a/package.json +++ b/package.json @@ -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": {