Skip to content

Commit

Permalink
add node v7 to travis, remove v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
75lb committed Nov 13, 2016
1 parent 26629f2 commit ab30db1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- 7
- 6
- 5
- 4
- iojs
- 0.12
- '0.10'
11 changes: 1 addition & 10 deletions es5/lib/cli-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,17 +177,8 @@ module.exports = {
group: 'dmd'
}, {
content: [{
col1: 'Project repositories:',
col1: 'Project repository:',
col2: '[underline]{https://github.com/jsdoc2md/jsdoc-to-markdown}'
}, {
col1: '',
col2: '[underline]{https://github.com/jsdoc2md/jsdoc-api}'
}, {
col1: '',
col2: '[underline]{https://github.com/jsdoc2md/jsdoc-parse}'
}, {
col1: '',
col2: '[underline]{https://github.com/jsdoc2md/dmd}'
}]
}]
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"feature-detect-es6": "^1.3.1",
"jsdoc-api": "^2.0.6",
"jsdoc-parse": "^2.0.5",
"jsdoc2md-stats": "^1.0.4",
"jsdoc2md-stats": "^1.0.5",
"walk-back": "^2.0.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"coveralls": "^2.11.14",
"coveralls": "^2.11.15",
"test-runner": "^0.2.5"
},
"standard": {
Expand Down
14 changes: 1 addition & 13 deletions src/lib/cli-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,21 +231,9 @@ module.exports = {
{
content: [
{
col1: 'Project repositories:',
col1: 'Project repository:',
col2: '[underline]{https://github.com/jsdoc2md/jsdoc-to-markdown}'
},
{
col1: '',
col2: '[underline]{https://github.com/jsdoc2md/jsdoc-api}'
},
{
col1: '',
col2: '[underline]{https://github.com/jsdoc2md/jsdoc-parse}'
},
{
col1: '',
col2: '[underline]{https://github.com/jsdoc2md/dmd}'
}
]
}
]
Expand Down

0 comments on commit ab30db1

Please sign in to comment.