X-Git-Url: https://arthur.barton.de/gitweb/?p=atom-ax-pipe.git;a=blobdiff_plain;f=package.json;h=63934417d6454a8cd0298c256e32460652af56f2;hp=db6aa0908076af8df453acc6fcb2751d2f9fc63f;hb=HEAD;hpb=7e645d70db173f5d30991bc2e998bd1eb832fce4 diff --git a/package.json b/package.json index db6aa09..6393441 100644 --- a/package.json +++ b/package.json @@ -1,20 +1,22 @@ { "name": "pipe", "main": "./lib/pipe", - "version": "0.1.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": {