From f7c3eaf2f09cc03d55db26e08155849bf455ac5b Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Wed, 28 Jun 2017 15:11:42 -0700 Subject: [PATCH] Add deprecation warning --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d26bda4..d73f6fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ Cordova Registry ================ -This repo contains a couchapp that allows `plugman` and `npm` to interact with the cordova registy databases. These files were copied from [npmjs](https://github.com/npm/npmjs.org/tree/master/registry) since `plugman` relies on `npm`. +### :warning: Deprecated! This repo is no longer maintained. Use at your own risk :warning: +--- + +This repo contains a couchapp that allows `plugman` and `npm` to interact with the cordova registy databases. These files were copied from [npmjs](https://github.com/npm/npmjs.org/tree/master/registry) since `plugman` relies on `npm`. For deploying this locally or remotely, please follow the [cordova-registy-web readme](https://github.com/apache/cordova-registry-web/blob/refactor/README.md).