From 2a094e42db4597e4b1f0ced1b0b7c08e9a0715f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Fri, 15 Feb 2019 20:24:00 +0900 Subject: [PATCH] Update link to node package --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 215e5d66d03..43f77277365 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

- + npm Downloads @@ -68,19 +68,6 @@ Become a sponsor and get your logo on our README on Github with a link to your s Check out the documentation [in the website](https://swc-project.github.io/docs/installation). - -# Installation - -Currently this requires nightly version of [rust][]. - -```sh -npm i -D swc -``` -or -```sh -yarn add --dev swc -``` - # Features ## Parsers @@ -103,7 +90,6 @@ New generation javascript to old-days javascript. - [x] arrow-functions - [x] block-scoped-functions - [x] block-scoping - - Note: this might be buggy (at this time) - [x] classes - [x] computed-properties - [x] destructuring