Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Re-publish under the @mixmaxhq scope
Browse files Browse the repository at this point in the history
To avoid forcing clients to reference this dependency from GitHub,
for reasons similar to clearbit/clearbit-node#43.

We can _almost_ switch back to the upstream, which has merged most of our
changes, but is missing one feature
lucagrulla#64 (comment).
  • Loading branch information
wearhere committed Jul 22, 2019
1 parent 4fadabf commit 1e58d16
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"contributors": [
"Luca Grulla",
"Tom Hall"],
"name": "tail",
"name": "@mixmaxhq/tail",
"description": "tail a file in node",
"keywords": ["tail", "file"],
"version": "1.2.3",
"homepage": "https://www.lucagrulla.com/node-tail",
"homepage": "https://github.com/mixmaxhq/node-tail",
"repository": {
"type": "git",
"url": "git://github.com/lucagrulla/node-tail.git"
"url": "git://github.com/mixmaxhq/node-tail.git"
},
"main": "lib/tail",
"engines": {
Expand All @@ -29,5 +29,8 @@
"chai": "^3.2.0",
"coffeescript": "2.2.4",
"mocha": "^3.0.2"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 1e58d16

Please sign in to comment.