marvelapp / react-ab-test

A/B testing React components and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for Mixpanel and Segment.com.
MIT License
243 stars 46 forks source link

Replace yarn install with yarn add. #7

Closed lasseborly closed 5 years ago

lasseborly commented 5 years ago

Table of Contents

Description

install has been replaced with add to add/install new dependencies.

I can't figure when this was changed but it's earlier than what yarns changelog reflects. https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md

Motivation and Context

Just stumbling across it and would be nice to copy paste it and be working ;)

How Has This Been Tested?

Ran both commands against yarn version 1.3.2. add worked install did not.

Types of changes

Checklist:

EleanorHaproff commented 5 years ago

Thanks for updating this Lasse!