From 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Wed, 18 Nov 2020 23:26:45 +0100 Subject: rm node_modules --- node_modules/babel-plugin-syntax-flow/README.md | 35 ------------------------- 1 file changed, 35 deletions(-) delete mode 100644 node_modules/babel-plugin-syntax-flow/README.md (limited to 'node_modules/babel-plugin-syntax-flow/README.md') diff --git a/node_modules/babel-plugin-syntax-flow/README.md b/node_modules/babel-plugin-syntax-flow/README.md deleted file mode 100644 index 0e4691f..0000000 --- a/node_modules/babel-plugin-syntax-flow/README.md +++ /dev/null @@ -1,35 +0,0 @@ -# babel-plugin-syntax-flow - - - -## Installation - -```sh -$ npm install babel-plugin-syntax-flow -``` - -## Usage - -### Via `.babelrc` (Recommended) - -**.babelrc** - -```json -{ - "plugins": ["syntax-flow"] -} -``` - -### Via CLI - -```sh -$ babel --plugins syntax-flow script.js -``` - -### Via Node API - -```javascript -require("babel-core").transform("code", { - plugins: ["syntax-flow"] -}); -``` -- cgit v1.2.3