From 36631051d19b6e873b4d4e512c760c78b6c0d067 Mon Sep 17 00:00:00 2001 From: moshee Date: Fri, 14 Mar 2014 14:54:56 -0700 Subject: [PATCH] Prepare 0.1.0 release --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0e176d5..04e9fc1 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,15 @@ { "name": "pipe", "main": "./lib/pipe", - "version": "0.0.0", + "version": "0.1.0", "description": "Pipe text in and out of external commands.", - "activationEvents": ["pipe:run"], + "activationEvents": [ + "pipe:run" + ], "repository": "https://github.com/moshee/atom-pipe", "license": "MIT", "engines": { "atom": ">0.72.0" }, - "dependencies": { - } + "dependencies": {} } -- 2.39.2