Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hansonw committed Jul 5, 2017
1 parent f414685 commit 6ba841e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -9,6 +9,6 @@
"atom": ">= 1.17.0"
},
"dependencies": {
"atom-ide-ui": "0.1.7"
"atom-ide-ui": "0.1.8"
}
}

0 comments on commit 6ba841e

Please sign in to comment.