diff --git a/.gitignore b/.gitignore index 57a010e4..2ea85844 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ # Package managers: node_modules/ npm-debug.log -package-lock.json yarn-error.log # Editors: diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..4fc2bed4 --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +legacy-peer-deps=true +ignore-scripts=true diff --git a/.yarnrc b/.yarnrc deleted file mode 100644 index d52997a9..00000000 --- a/.yarnrc +++ /dev/null @@ -1 +0,0 @@ ---ignore-scripts true diff --git a/README.md b/README.md index 34de6d29..45a09f8b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Please see [index.js](./src/index.js) for the list of plugins in this repo. Thes Fist, add this library to your project: ```sh -yarn add edge-exchange-plugins +npm install edge-exchange-plugins ``` ### Node.js @@ -42,7 +42,7 @@ The bundle located in `dist/edge-exchange-plugins.js` will automatically registe