Skip to content

Commit

Permalink
Update node version in travis.yml and markdownlint version (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
hisener authored and jdorfman committed Oct 9, 2017
1 parent 4a88a3d commit 4a57b7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
@@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
- "iojs-v1.8"
- "iojs-v2.2"
- "4"
- "6"
- "8"
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -3,11 +3,11 @@
"test": "node tests/whitespace_test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jdorfman/Awesome-JSON-Datasets"
"type": "git",
"url": "https://github.com/jdorfman/Awesome-JSON-Datasets"
},
"license": "CC0 1.0",
"dependencies": {
"markdownlint": "^0.0.7"
"markdownlint": "^0.6.1"
}
}

0 comments on commit 4a57b7e

Please sign in to comment.