Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from apiaryio/pksunkara/rename
Browse files Browse the repository at this point in the history
Renamed repository
  • Loading branch information
Ján Sáreník committed Feb 9, 2015
2 parents 0a62c2f + da26fcb commit 25c97d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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://[email protected]:apiaryio/drafter.git
$ npm install -g git+ssh://[email protected]: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.
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 25c97d3

Please sign in to comment.