Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Oct 23, 2015
1 parent a5eb5bc commit 35b8ce2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ language: node_js
sudo: false

node_js:
- "0.10"
- "0.12"
- "iojs"
- "4"

after_success:
- npm run coverage
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.0.0: 2015-10-22

- Updated dependencies

## v0.0.1: 2015-08-14

- Initial release
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"extend-shallow": "^2.0.1",
"to-markdown": "^1.2.1"
"to-markdown": "^2.0.1"
},
"name": "jstransformer-to-markdown",
"version": "0.0.1",
"version": "1.0.0",
"description": "to-markdown support for JSTransformers.",
"keywords": [
"jstransformer"
Expand All @@ -19,6 +19,9 @@
"coverage": "test-jstransformer coverage",
"test": "test-jstransformer"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jstransformers/jstransformer-to-markdown.git"
Expand Down

0 comments on commit 35b8ce2

Please sign in to comment.