Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
Add deprecation warning to README (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylans authored Aug 28, 2017
1 parent ca816cf commit 26d9382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# @dojo/compose

**WARNING** This package is deprecated in favor of functionality found elsewhere in Dojo 2. This package is not being further developed at this time as its feature set is redundant with other capabilities.

[![Build Status](https://travis-ci.org/dojo/compose.svg?branch=master)](https://travis-ci.org/dojo/compose)
[![codecov.io](http://codecov.io/github/dojo/compose/coverage.svg?branch=master)](http://codecov.io/github/dojo/compose?branch=master)
[![npm version](https://badge.fury.io/js/%40dojo%2Fcompose.svg)](https://badge.fury.io/js/%40dojo%2Fcompose)

A composition library, which works well in a TypeScript environment.

**WARNING** This is *beta* software. While we do not anticipate significant changes to the API at this stage, we may feel the need to do so. This is not yet production ready, so you should use at your own risk.

## Background

In creating this library, we were looking to solve the following problems with Classes and inheritance in ES6+ and TypeScript:
Expand Down

0 comments on commit 26d9382

Please sign in to comment.