]> arthur.barton.de Git - atom-ax-pipe.git/blobdiff - package.json
Prepare 0.1.0 release
[atom-ax-pipe.git] / package.json
index 0e176d5ab63af220a3927c0fe82642b7e969120b..04e9fc1108bbb67cc765f97d87be241d33d3e29f 100644 (file)
@@ -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": {}
 }