From 6ba841e0a182f10808de02beaff55529214b4d53 Mon Sep 17 00:00:00 2001 From: hansonw Date: Wed, 5 Jul 2017 15:08:18 -0700 Subject: [PATCH] v0.1.9 --- README.md | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e032918..bb08a930 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ A collection of Atom UIs to support language services (namely the LSP). This repository holds the published Atom package, which is a thin wrapper over the [`atom-ide-ui` NPM module](https://www.npmjs.com/package/atom-ide-ui). The code for `atom-ide-ui` can be found at https://github.com/facebook/nuclide/tree/master/modules/atom-ide-ui. +To contribute, please take a look at the [CONTRIBUTING.md](https://github.com/facebook/nuclide/blob/master/modules/atom-ide-ui/CONTRIBUTING.md). > NOTE: Unfortunately `apm publish` behaves quite differently from NPM, which makes it difficult to maintain both an APM-friendly repository and an NPM-friendly repository. This is our workaround! diff --git a/package.json b/package.json index bcb15d40..ac8e1bb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atom-ide-ui", - "version": "0.1.8", + "version": "0.1.9", "description": "A collection of Atom UIs to support language services.", "keywords": [], "repository": "https://github.com/facebooknuclide/atom-ide-ui", @@ -9,6 +9,6 @@ "atom": ">= 1.17.0" }, "dependencies": { - "atom-ide-ui": "0.1.7" + "atom-ide-ui": "0.1.8" } }