Skip to content

Commit

Permalink
Update readme, package.json to point to ava organization github (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade authored and Benjamin Coe committed Mar 20, 2017
1 parent 559b863 commit c9ab0b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/append-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.4.0",
"description": "Install a transform to `require.extensions` that always runs last, even if additional extensions are added later.",
"license": "MIT",
"repository": "jamestalmage/append-transform",
"repository": "avajs/append-transform",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
Expand Down
4 changes: 2 additions & 2 deletions packages/append-transform/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# append-transform [![Build Status](https://travis-ci.org/jamestalmage/append-transform.svg?branch=master)](https://travis-ci.org/jamestalmage/append-transform) [![Coverage Status](https://coveralls.io/repos/jamestalmage/append-transform/badge.svg?branch=master&service=github)](https://coveralls.io/github/jamestalmage/append-transform?branch=master)
# append-transform [![Build Status](https://travis-ci.org/avajs/append-transform.svg?branch=master)](https://travis-ci.org/avajs/append-transform) [![Coverage Status](https://coveralls.io/repos/avajs/append-transform/badge.svg?branch=master&service=github)](https://coveralls.io/github/avajs/append-transform?branch=master)

> Install a transform to `require.extensions` that always runs last, even if additional extensions are added later.
Expand All @@ -25,7 +25,7 @@ In **almost** all cases, that is sufficient and is the method that should be use

References:
- [Detailed Breakdown of How Require Extensions Work](https://gist.github.com/jamestalmage/df922691475cff66c7e6)
- The [test suite](https://github.com/jamestalmage/append-transform/blob/master/test/execution-order.js) provides a good overview of how this library manipulates the order in which transforms are applied.
- The [test suite](https://github.com/avajs/append-transform/blob/master/test/execution-order.js) provides a good overview of how this library manipulates the order in which transforms are applied.

## Install

Expand Down

0 comments on commit c9ab0b0

Please sign in to comment.