diff --git a/README.md b/README.md index 6559c406b3..dc617823a2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + +Note: This is a forked repository, for more information please check the [documentation](https://outsystemsrd.atlassian.net/wiki/spaces/RKB/pages/2678030793/How+to+change+a+third-party+npm+library#How-to-update-a-forked-repository). + [![NPM](https://img.shields.io/npm/v/react-select.svg)](https://www.npmjs.com/package/react-select) [![CircleCI](https://circleci.com/gh/JedWatson/react-select/tree/master.svg?style=svg)](https://circleci.com/gh/JedWatson/react-select/tree/master) [![Coverage Status](https://coveralls.io/repos/JedWatson/react-select/badge.svg?branch=master&service=github)](https://coveralls.io/github/JedWatson/react-select?branch=master) diff --git a/package.json b/package.json index f8079d6776..03c07486c3 100644 --- a/package.json +++ b/package.json @@ -137,5 +137,5 @@ }, "sideEffects": false, "typings": "types/index.d.ts", - "version": "2.4.20" + "version": "2.4.2-os18" }