Skip to content

Commit

Permalink
Merge pull request #121 from shanel262/master
Browse files Browse the repository at this point in the history
Updated package, gitignore, travis, license and readme. Removed doc f…
  • Loading branch information
mihaidma authored Aug 24, 2016
2 parents 0e5187d + 041da85 commit 96e7228
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 1,131 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
*.log
test/report.html

doc
docs/annotated
node_modules
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ env:

node_js:
- '6'
- '5'
- '4'

before_script:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ to wire up your micro-services so that they can talk to each other.

seneca-transport's source can be read in an annotated fashion by:
- running `npm run annotate`
- viewing [./doc/transport.html](./doc/transport.html) locally
- viewing ./docs/annotated/transport.html locally

If you're using this module, and need help, you can:

Expand Down
Loading

0 comments on commit 96e7228

Please sign in to comment.