From 247f6b60304d16b1814d6716d613ece1ce99e768 Mon Sep 17 00:00:00 2001 From: Ekaterina Prigara Date: Thu, 2 Nov 2017 12:02:58 +0100 Subject: [PATCH 1/2] Update README Added that wrappers are on npm --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8844e9fe958b..7bd4c073041f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ -# kotlin-wrappers [![JetBrains team project](http://jb.gg/badges/team.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) +# Kotlin Wrappers + This repository hosts a number of [Kotlin](https://kotlinlang.org) wrappers for popular JavaScript libraries: react, react-dom, and mocha. To learn more please refer to the READMEs of individual modules: [kotlin-extensions](kotlin-extensions/README.md), [kotlin-mocha](kotlin-mocha/README.md), [kotlin-react](kotlin-react/README.md), [kotlin-react-dom](kotlin-react-dom/README.md). -Artifacts installable using Maven and Gradle are published to [Bintray](https://bintray.com/kotlin/kotlin-js-wrappers). \ No newline at end of file +Each wrapper can be installed via npm: `npm install @jetbrains/` + +Artifacts installable using Maven and Gradle are published to [Bintray](https://bintray.com/kotlin/kotlin-js-wrappers). From 2f4ab41e31088f273170f67db822539aceb13353 Mon Sep 17 00:00:00 2001 From: Leonid Khachaturov Date: Thu, 2 Nov 2017 13:24:52 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bd4c073041f..ccafef1c1855 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,11 @@ This repository hosts a number of [Kotlin](https://kotlinlang.org) wrappers for popular JavaScript libraries: react, react-dom, and mocha. To learn more please refer to the READMEs of individual modules: -[kotlin-extensions](kotlin-extensions/README.md), [kotlin-mocha](kotlin-mocha/README.md), [kotlin-react](kotlin-react/README.md), +[kotlin-extensions](kotlin-extensions/README.md), +[kotlin-mocha](kotlin-mocha/README.md), +[kotlin-react](kotlin-react/README.md), [kotlin-react-dom](kotlin-react-dom/README.md). -Each wrapper can be installed via npm: `npm install @jetbrains/` +All wrappers are available on npm: `npm install @jetbrains/` Artifacts installable using Maven and Gradle are published to [Bintray](https://bintray.com/kotlin/kotlin-js-wrappers).