Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
improve deprecated part
Browse files Browse the repository at this point in the history
  • Loading branch information
timaschew committed Sep 27, 2015
1 parent a580e2e commit 1b0e021
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ You can stil use the component registry on [component.github.io](http://componen
All the [components](https://github.com/component) are not affected, because most of them also provide a `package.json` file.
The `component.json` files in these components are still kept to provide backwards compatibility for component and [duo](http://duojs.org/).

Consider to use another tool, which rely on the [package.json](https://docs.npmjs.com/files/package.json) standard:
## What now?
Consider to use another tool, which rely on the [npm](https://www.npmjs.com/) and the [package.json](https://docs.npmjs.com/files/package.json) standard:

- [webpack](http://webpack.github.io/)
- [jspm](http://jspm.io/)
- [jspm](http://jspm.io/) (supports npm and github endpoint)
- [browserify](http://browserify.org/)

---
Expand Down

0 comments on commit 1b0e021

Please sign in to comment.