From da26fcb90f94950d53b03b8d8e55d72ed5a3638f Mon Sep 17 00:00:00 2001 From: Pavan Kumar Sunkara Date: Tue, 10 Feb 2015 02:56:30 +0530 Subject: [PATCH] Renamed repository --- README.md | 4 ++-- package.json | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2a96c91..f01395b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Drafter -[![Circle CI](https://circleci.com/gh/apiaryio/drafter.svg?style=svg&circle-token=f4b9c3fc34979e81d36c9d15e576e23f62e1e913)](https://circleci.com/gh/apiaryio/drafter) +[![Circle CI](https://circleci.com/gh/apiaryio/drafter.js.svg?style=svg&circle-token=f4b9c3fc34979e81d36c9d15e576e23f62e1e913)](https://circleci.com/gh/apiaryio/drafter.js) Snow Crash parser harness. @@ -13,7 +13,7 @@ Want to know more? See the [Drafter Story card][]. Node.js v0.10 is required. ```shell -$ npm install -g git+ssh://git@github.com:apiaryio/drafter.git +$ npm install -g git+ssh://git@github.com:apiaryio/drafter.js.git ``` Because one of Drafter's dependencies, [Boutique][], lives in a private GitHub repository and has no public _npm_ package, it's referenced by its Git URL in `package.json`. Because of this, you may experience some issues while installing or testing. diff --git a/package.json b/package.json index d82b594..a3141f9 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,7 @@ "bin": { "drafter": "bin/drafter" }, - "repository": { - "type": "git", - "url": "https://github.com/apiaryio/drafter.git" - }, + "repository": "apiaryio/drafter.js", "engines": { "node": ">= 0.10.x" },