diff --git a/.travis.yml b/.travis.yml index fe467881..1a9fe931 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ env: - TEST_SUITE=units - TEST_SUITE=integration before_install: +- npm -g install npm@latest - npm run install-bats before_script: - npm run compile diff --git a/README.md b/README.md index 5f19c8be..fa27949c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Coverage Status](https://img.shields.io/codecov/c/github/jamesramsay/hercule.svg)](https://codecov.io/github/jamesramsay/hercule) [![Dependency Status](https://img.shields.io/david/jamesramsay/hercule.svg)](https://david-dm.org/jamesramsay/hercule) -![Hercule](https://cdn.rawgit.com/jamesramsay/hercule/ab29e517e6c12192e9168faa84ab3c92ec711c31/hercule.svg) +[![Hercule](https://cdn.rawgit.com/jamesramsay/hercule/40421d427a0947abe0d5b8e23b5ac14a78f3ac23/hercule.svg)](https://www.npmjs.com/package/hercule) Write large markdown documents, including [API Blueprint](http://apiblueprint.org), while keeping things DRY (don't repeat yourself). @@ -21,7 +21,7 @@ Hercule is a command-line tool and library for transcluding markdown, [API Bluep ----- -[![Adslot](adslot.png)](http://adslot.com/) +[![Adslot](https://cdn.rawgit.com/jamesramsay/hercule/40421d427a0947abe0d5b8e23b5ac14a78f3ac23/adslot.svg)](http://adslot.com/) Hercule is used by [Adslot](http://adslot.com) to help document our APIs in [API Blueprint](http://apiblueprint.org) more efficiently and more accurately. We also use [Apiary](http://apiary.io) to distribute our API documentation and [DREDD](https://github.com/apiaryio/dredd) (a tool by [Apiary](http://apiary.io)) to validate the documentation against implementation. diff --git a/adslot.svg b/adslot.svg new file mode 100644 index 00000000..f4f97021 --- /dev/null +++ b/adslot.svg @@ -0,0 +1,3 @@ + + + diff --git a/hercule.svg b/hercule.svg index 77d93ca9..32861a7e 100644 --- a/hercule.svg +++ b/hercule.svg @@ -1,29 +1,14 @@ - + - + - - - - - - - - - - - - - - - - - - - + + + + diff --git a/package.json b/package.json index d5e791c2..abdb1022 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hercule", - "version": "2.0.0-beta.1", + "version": "2.0.0", "description": "Markdown, API Blueprint and string transclusion", "main": "./lib/hercule", "scripts": { @@ -74,6 +74,6 @@ "shelljs": "^0.5.3" }, "publishConfig": { - "tag": "next" + "tag": "latest" } }